]> 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 87466e42187c0cd74541865167a5a0393d91c1ae..e750c16158ec62335f5210bda6bfdbba6c5d2a7e 100644 (file)
@@ -1,51 +1,49 @@
-<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">
-       <TR>
-               <TD colspan="2" align="center" class="admin_title bottom2" height="30">
-               <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">
+<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 bottom">
+                       <strong>{--ADMIN_EDIT_PROXY_SETTINGS--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="right" style="padding-right:10px">
                        {--ADMIN_CONFIG_PROXY_HOST--}
-               </TD>
-               <TD>
-                       <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">
+               </td>
+               <td>
+                       <input type="text" name="proxy_host" value="$content[proxy_host]" />
+               </td>
+       </tr>
+       <tr>
+               <td align="right" style="padding-right:10px">
                        {--ADMIN_CONFIG_PROXY_PORT--}
-               </TD>
-               <TD>
-                       <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">
+               </td>
+               <td>
+                       <input type="text" name="proxy_port" value="$content[proxy_port]" />
+               </td>
+       </tr>
+       <tr>
+               <td align="right" style="padding-right:10px">
                        {--ADMIN_CONFIG_PROXY_USERNAME--}
-               </TD>
-               <TD>
-                       <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>
+               <td>
+                       <input type="text" name="proxy_username" value="$content[proxy_username]" />
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom" align="right" style="padding-right:10px">
                        {--ADMIN_CONFIG_PROXY_PASSWORD--}
-               </TD>
-               <TD>
-                       <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--}" />
-               </TD>
-       </TR>
-</TABLE>
+               </td>
+               <td class="bottom">
+                       <input type="password" name="proxy_password" value="$content[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>
+       </tr>
+</table>
 </form>
+</div>