]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_proxy.tpl
fooRequestElementBar() functions renamed, adding of request parameters added:
[mailer.git] / templates / de / html / admin / admin_config_proxy.tpl
index 006babb77f8e135cab3c9f2aa7defd20b58f8004..e750c16158ec62335f5210bda6bfdbba6c5d2a7e 100644 (file)
@@ -1,10 +1,11 @@
-<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">
+<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" width="500">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2" height="30">
-               <strong>{--ADMIN_EDIT_PROXY_SETTINGS--}</strong></td>
+               <td colspan="2" align="center" class="admin_title bottom">
+                       <strong>{--ADMIN_EDIT_PROXY_SETTINGS--}</strong>
+               </td>
        </tr>
-       <tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
        <tr>
                <td align="right" style="padding-right:10px">
                        {--ADMIN_CONFIG_PROXY_HOST--}
@@ -13,7 +14,6 @@
                        <input type="text" name="proxy_host" value="$content[proxy_host]" />
                </td>
        </tr>
-       <tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
        <tr>
                <td align="right" style="padding-right:10px">
                        {--ADMIN_CONFIG_PROXY_PORT--}
@@ -22,7 +22,6 @@
                        <input type="text" name="proxy_port" value="$content[proxy_port]" />
                </td>
        </tr>
-       <tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
        <tr>
                <td align="right" style="padding-right:10px">
                        {--ADMIN_CONFIG_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>
        <tr>
-               <td align="right" style="padding-right:10px">
+               <td class="bottom" align="right" style="padding-right:10px">
                        {--ADMIN_CONFIG_PROXY_PASSWORD--}
                </td>
-               <td>
+               <td class="bottom">
                        <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--}" />
@@ -49,3 +46,4 @@
        </tr>
 </table>
 </form>
+</div>