More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_extensions.tpl
1 <form
2         action="{!URL!}/modules.php?module=admin&amp;what=config_extensions"
3         method="POST">
4 <table border="0" cellspacing="0" cellpadding="0" align="center"
5         class="admin_table dashed" width="500">
6         <tr>
7                 <td colspan="2" align="center" class="admin_title bottom2" height="30">
8                 <strong>{--ADMIN_CONFIG_EXTENSIONS_SETTINGS--}</strong></td>
9         </tr>
10         <tr>
11                 <td class="bottom2" align="right" width="350" height="20">
12                 {--ADMIN_VERBOSE_SQL--}:</td>
13                 <td class="bottom2" width="150" align="right"><INPUT type="radio"
14                         name="verbose_sql" value="Y" class="admin_normal"{!__VERBOSE_Y!} />&nbsp;{--YES--}
15                 <INPUT type="radio" name="verbose_sql" value="N" class="admin_normal"{!__VERBOSE_N!} />&nbsp;{--NO--}&nbsp;
16                 </td>
17         </tr>
18         <tr>
19                 <td colspan="2" class="admin_footer"><INPUT
20                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
21                         type="submit" name="ok" class="admin_submit"
22                         value="{--SAVE_SETTINGS--}" /></td>
23         </tr>
24 </table>
25 </form>