]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_home.tpl
Rewrote some code, added templates/functions:
[mailer.git] / templates / de / html / admin / admin_config_home.tpl
index 52eefd2de430d2a7f534b234666b8cbd88f8cb59..32b1618203405dd27c733b2bb6cc35c818d5d3e4 100644 (file)
@@ -1,9 +1,9 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_home&amp;sub=settings%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_home&amp;sub=settings%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="510">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_CONFIG_HOME_SETTINGS_TITLE--}</strong>
+                       {--ADMIN_CONFIG_HOME_SETTINGS_TITLE--}
                </td>
        </tr>
        <tr>
@@ -40,9 +40,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>