2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&what=config_extensions%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
5 <td colspan="2" align="center" class="admin_title bottom">
6 <strong>{--ADMIN_CONFIG_EXTENSIONS_SETTINGS--}</strong>
10 <td class="bottom" align="right" width="350">
11 {--ADMIN_VERBOSE_SQL--}:
13 <td class="bottom" width="150" align="right">
14 <input type="radio" name="verbose_sql" value="Y" class="admin_normal"$content[verbose_y] /> {--YES--}
15 <input type="radio" name="verbose_sql" value="N" class="admin_normal"$content[verbose_n] /> {--NO--}
19 <td colspan="2" class="admin_footer">
20 <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
21 <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />