]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_timezone.tpl
We should write UTF-8 in upper-case
[mailer.git] / templates / de / html / admin / admin_config_timezone.tpl
index be13ad39c863264a211c6de6b7cdc066c01feb5a..d51d37d622fd517983526f7face7277b0b182f81 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_timezone%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_timezone%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
+               <td colspan="2" align="center" class="table_header bottom">
                        <strong>{--ADMIN_EDIT_TIMEZONE_SETTINGS--}</strong>
                </td>
        </tr>
                        {--ADMIN_CONFIG_TIMEZONE--}
                </td>
                <td class="bottom">
-                       <input type="text" name="timezone" value="{?timezone?}" />
+                       <input type="text" class="form_field" name="timezone" value="{?timezone?}" />
                </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 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--}" />
                </td>
        </tr>
 </table>