A lot CSS classes rewritten, please update all your themes.
[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="table dashed">
4         <tr>
5                 <td colspan="2" align="center" class="table_header bottom">
6                         <strong>{--ADMIN_CONFIG_TOP10_TITLE--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="bottom" align="right">{--ADMIN_TOP10_MAX_TOP10--}:</td>
11                 <td class="bottom">
12                         <input type="text" name="top10_max" class="form_field" value="{?top10_max?}" size="4" maxlength="6" />
13                 </td>
14         </tr>
15         <tr>
16                 <td colspan="2" class="table_footer">
17                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
18                         <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
19                 </td>
20         </tr>
21 </table>
22 </form>
23 </div>