]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_top10.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_config_top10.tpl
index 4cddda77255b6f3a1173e45033b32506724dd2ec..a36bc66a61cf0cdcebdd95b5604e307031ae012c 100644 (file)
@@ -1,23 +1,25 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_top10%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
-       <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
-                       <strong>{--TOP10_ADMIN_CONFIG_HEADER--}</strong>
-               </td>
-       </tr>
-       <tr>
-               <td class="bottom" align="right">{--TOP10_ADMIN_MAX_TOP10--}:</td>
-               <td class="bottom">
-                       <input type="text" name="top10_max" class="admin_normal" value="{?top10_max?}" size="4" maxlength="6" />
-               </td>
-       </tr>
-       <tr>
-               <td colspan="2" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
-               </td>
-       </tr>
+{%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>
+{%form_close%}
 </div>