]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_top10.tpl
Merge branch 'contrib' into 0.2.1-FINAL
[mailer.git] / templates / de / html / admin / admin_config_top10.tpl
index 187bca7f57ed2bf3e82a356650c2e2981177d439..a36bc66a61cf0cdcebdd95b5604e307031ae012c 100644 (file)
@@ -1,28 +1,25 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_top10"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
-       <TR>
-               <TD colspan="3" align="center" class="admin_title bottom2" height="30">
-               <STRONG>{--TOP10_ADMIN_CONFIG_HEADER--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="400" align="right">{--TOP10_ADMIN_MAX_TOP10--}:</TD>
-               <TD class="seperator" width="10">&nbsp;</TD>
-               <TD width="170"><INPUT type="text" name="top10_max"
-                       class="admin_normal" value="{!__MAX_VALUE!}" size="4" maxlength="6"></TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD colspan="3" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
-                       type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_top10%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td colspan="2" align="center" class="table_header bottom">
+               {--ADMIN_CONFIG_TOP10_TITLE--}
+       </td>
+</tr>
+
+<tr>
+       <td class="bottom" align="right">{--ADMIN_CONFIG_TOP10_MAX_TOP10--}</td>
+       <td class="bottom">
+               <input type="text" class="form_field" name="top10_max" value="{?top10_max?}" size="4" maxlength="6" />
+       </td>
+</tr>
+
+<tr>
+       <td colspan="2" class="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
+       </td>
+</tr>
+</table>
+{%form_close%}
+</div>