]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_menu.tpl
Rewrote some code, added templates/functions:
[mailer.git] / templates / de / html / admin / admin_config_menu.tpl
index c7bca540304edff379a7b4cf35559aa433991b46..5ce6176673da23ba8a8271c9c1f06a169ac67ba3 100644 (file)
@@ -1,9 +1,9 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_menu%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_menu%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_CONFIG_MENU_TITLE--}</strong>
+                       {--ADMIN_CONFIG_MENU_TITLE--}
                </td>
        </tr>
        <tr>
@@ -25,9 +25,9 @@
        <tr>
                <td colspan="2" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>