Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_config_extensions.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_extensions" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
3         <tr>
4                 <td colspan="2" align="center" class="admin_title bottom2" height="30">
5                         <strong>{--ADMIN_CONFIG_EXTENSIONS_SETTINGS--}</strong>
6                 </td>
7         </tr>
8         <tr>
9                 <td class="bottom2" align="right" width="350" height="20">
10                         {--ADMIN_VERBOSE_SQL--}:
11                 </td>
12                 <td class="bottom2" width="150" align="right">
13                         <input type="radio" name="verbose_sql" value="Y" class="admin_normal"$content[verbose_y] />&nbsp;{--YES--}
14                         <input type="radio" name="verbose_sql" value="N" class="admin_normal"$content[verbose_n] />&nbsp;{--NO--}
15                 </td>
16         </tr>
17         <tr>
18                 <td colspan="2" class="admin_footer">
19                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
20                         <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
21                 </td>
22         </tr>
23 </table>
24 </form>