CSS class admin_footer now centered, a lot templates rewritten
[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;*&nbsp;<INPUT
21                         type="submit" name="ok" class="admin_submit"
22                         value="{--SAVE_SETTINGS--}"></TD>
23         </TR>
24 </TABLE>
25 </FORM>