Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_top10.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_top10%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td colspan="2" align="center" class="table_header bottom">
6                 {--ADMIN_CONFIG_TOP10_TITLE--}
7         </td>
8 </tr>
9
10 <tr>
11         <td class="bottom" align="right">{--ADMIN_CONFIG_TOP10_MAX_TOP10--}</td>
12         <td class="bottom">
13                 <input type="text" class="form_field" name="top10_max" value="{?top10_max?}" size="4" maxlength="6" />
14         </td>
15 </tr>
16
17 <tr>
18         <td colspan="2" class="table_footer">
19                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
20                 <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
21         </td>
22 </tr>
23 </table>
24 {%form_close%}
25 </div>