(no commit message)
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_config_top10.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=config_top10"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
4         class="admin_table dashed">
5         <TR>
6                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
7                 <STRONG>{--TOP10_ADMIN_CONFIG_HEADER--}</STRONG></TD>
8         </TR>
9         <TR>
10                 <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD width="400" align="right">{--TOP10_ADMIN_MAX_TOP10--}:</TD>
14                 <TD class="seperator" width="10">&nbsp;</TD>
15                 <TD width="170"><INPUT type="text" name="top10_max"
16                         class="admin_normal" value="{!__MAX_VALUE!}" size="4" maxlength="6"></TD>
17         </TR>
18         <TR>
19                 <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
20         </TR>
21         <TR>
22                 <TD colspan="3" align="center" class="admin_footer"><INPUT
23                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
24                         type="submit" name="ok" class="admin_submit"
25                         value="{--SAVE_SETTINGS--}"></TD>
26         </TR>
27 </TABLE>
28 </FORM>