New extension added, more EL-rewrites, naming-convention applied:
[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="2" align="center" class="admin_title bottom">
6                         <strong>{--TOP10_ADMIN_CONFIG_HEADER--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="bottom" align="right">{--TOP10_ADMIN_MAX_TOP10--}:</td>
11                 <td class="bottom">
12                         <input type="text" name="top10_max" class="admin_normal" value="$content[max]" size="4" maxlength="6" />
13                 </td>
14         </tr>
15         <tr>
16                 <td colspan="2" class="admin_footer">
17                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
18                         <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
19                 </td>
20         </tr>
21 </table>
22 </form>
23 </div>