fooRequestElementBar() functions renamed, adding of request parameters added:
[mailer.git] / templates / de / html / admin / admin_config_top10.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_top10%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td colspan="3" align="center" class="admin_title bottom">
6                 <strong>{--TOP10_ADMIN_CONFIG_HEADER--}</strong></td>
7         </tr>
8         <tr>
9                 <td colspan="3" class="seperator" height="5">&nbsp;</td>
10         </tr>
11         <tr>
12                 <td width="400" align="right">{--TOP10_ADMIN_MAX_TOP10--}:</td>
13                 <td class="seperator" width="10">&nbsp;</td>
14                 <td width="170"><input type="text" name="top10_max"
15                         class="admin_normal" value="$content[max]" size="4" maxlength="6" /></td>
16         </tr>
17         <tr>
18                 <td colspan="3" class="bottom seperator" height="5">&nbsp;</td>
19         </tr>
20         <tr>
21                 <td colspan="3" class="admin_footer"><input
22                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
23                         type="submit" name="ok" class="admin_submit"
24                         value="{--SAVE_SETTINGS--}" /></td>
25         </tr>
26 </table>
27 </form>
28 </div>