]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_timezone.tpl
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_config_timezone.tpl
index d51d37d622fd517983526f7face7277b0b182f81..37eccf719524a8a02a73c344ecf00e7ad723ea84 100644 (file)
@@ -1,14 +1,14 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_timezone%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_timezone%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="2" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_EDIT_TIMEZONE_SETTINGS--}</strong>
+                       <strong>{--ADMIN_CONFIG_TIMEZONE_TITLE--}</strong>
                </td>
        </tr>
        <tr>
                <td class="bottom" align="right" style="padding-right:10px">
-                       {--ADMIN_CONFIG_TIMEZONE--}
+                       {--ADMIN_CONFIG_ENTER_TIMEZONE--}
                </td>
                <td class="bottom">
                        <input type="text" class="form_field" name="timezone" value="{?timezone?}" />
@@ -17,9 +17,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>