]> 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 630c3142d82ebabd98ce5c04b49b58a5d2cd819e..d51d37d622fd517983526f7face7277b0b182f81 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_timezone%}" method="post">
+<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="table_header bottom">
                        {--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="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="ok" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>