]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_proxy.tpl
We should write UTF-8 in upper-case
[mailer.git] / templates / de / html / admin / admin_config_proxy.tpl
index 3aea7a42fdb2bfe94e1767d0bf21463785875b15..a3794110261dde012e0a52c70dd35b2e66da4053 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_proxy%}" 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_proxy%}" 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_PROXY_SETTINGS--}</strong>
                </td>
        </tr>
@@ -11,7 +11,7 @@
                        {--ADMIN_CONFIG_PROXY_HOST--}
                </td>
                <td>
-                       <input type="text" name="proxy_host" value="{?proxy_host?}" />
+                       <input type="text" class="form_field" name="proxy_host" value="{?proxy_host?}" />
                </td>
        </tr>
        <tr>
@@ -19,7 +19,7 @@
                        {--ADMIN_CONFIG_PROXY_PORT--}
                </td>
                <td>
-                       <input type="text" name="proxy_port" value="{?proxy_port?}" />
+                       <input type="text" class="form_field" name="proxy_port" value="{?proxy_port?}" />
                </td>
        </tr>
        <tr>
@@ -27,7 +27,7 @@
                        {--ADMIN_CONFIG_PROXY_USERNAME--}
                </td>
                <td>
-                       <input type="text" name="proxy_username" value="{?proxy_username?}" />
+                       <input type="text" class="form_field" name="proxy_username" value="{?proxy_username?}" />
                </td>
        </tr>
        <tr>
                        {--ADMIN_CONFIG_PROXY_PASSWORD--}
                </td>
                <td class="bottom">
-                       <input type="password" name="proxy_password" value="{?proxy_password?}" />
+                       <input type="password" class="form_field" name="proxy_password" value="{?proxy_password?}" />
                </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>