]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_top10.tpl
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_config_top10.tpl
index 9e43f793822b5f0ae6fa86ae9252106e2e204bd4..84857b98e6b9b1cf74aa2250bac9c5d304529a5a 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_top10%}" method="post">
+{%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">
@@ -7,17 +7,17 @@
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--ADMIN_TOP10_MAX_TOP10--}:</td>
+               <td class="bottom" align="right">{--ADMIN_CONFIG_TOP10_MAX_TOP10--}:</td>
                <td class="bottom">
-                       <input type="text" name="top10_max" class="form_field" value="{?top10_max?}" size="4" maxlength="6" />
+                       <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" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>