]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_proxy.tpl
Huge rewrite of default parameters, ext-network continued:
[mailer.git] / templates / de / html / admin / admin_config_proxy.tpl
index e3ee4c1e7d1252b68ca83e5ec28e01a9ebf5df58..da6af12454f577dde823977f14ee0f6b2d8e7200 100644 (file)
@@ -1,5 +1,5 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_proxy" method="POST">
-<table border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="500">
+<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" width="500">
        <tr>
                <td colspan="2" align="center" class="admin_title bottom2" height="30">
                <strong>{--ADMIN_EDIT_PROXY_SETTINGS--}</strong></td>
@@ -10,7 +10,7 @@
                        {--ADMIN_CONFIG_PROXY_HOST--}
                </td>
                <td>
-                       <INPUT type="text" name="proxy_host" value="$content[proxy_host]" />
+                       <input type="text" name="proxy_host" value="$content[proxy_host]" />
                </td>
        </tr>
        <tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
@@ -19,7 +19,7 @@
                        {--ADMIN_CONFIG_PROXY_PORT--}
                </td>
                <td>
-                       <INPUT type="text" name="proxy_port" value="$content[proxy_port]" />
+                       <input type="text" name="proxy_port" value="$content[proxy_port]" />
                </td>
        </tr>
        <tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
@@ -28,7 +28,7 @@
                        {--ADMIN_CONFIG_PROXY_USERNAME--}
                </td>
                <td>
-                       <INPUT type="text" name="proxy_username" value="$content[proxy_username]" />
+                       <input type="text" name="proxy_username" value="$content[proxy_username]" />
                </td>
        </tr>
        <tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
                        {--ADMIN_CONFIG_PROXY_PASSWORD--}
                </td>
                <td>
-                       <INPUT type="password" name="proxy_password" value="$content[proxy_password]" />
+                       <input type="password" name="proxy_password" value="$content[proxy_password]" />
                </td>
        </tr>
        <tr><td colspan="2" class="bottom2 seperator" height="5">&nbsp;</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--}" />
+                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>