]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_proxy.tpl
More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_proxy.tpl
index 87466e42187c0cd74541865167a5a0393d91c1ae..e3ee4c1e7d1252b68ca83e5ec28e01a9ebf5df58 100644 (file)
@@ -1,51 +1,51 @@
 <form action="{!URL!}/modules.php?module=admin&amp;what=config_proxy" method="POST">
 <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">
+<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">
                        {--ADMIN_CONFIG_PROXY_HOST--}
                        {--ADMIN_CONFIG_PROXY_HOST--}
-               </TD>
-               <TD>
+               </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>
-       <TR>
-               <TD align="right" style="padding-right:10px">
+               </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--}
                        {--ADMIN_CONFIG_PROXY_PORT--}
-               </TD>
-               <TD>
+               </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>
-       <TR>
-               <TD align="right" style="padding-right:10px">
+               </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--}
                        {--ADMIN_CONFIG_PROXY_USERNAME--}
-               </TD>
-               <TD>
+               </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>
-       <TR>
-               <TD align="right" style="padding-right:10px">
+               </td>
+       </tr>
+       <tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
+       <tr>
+               <td align="right" style="padding-right:10px">
                        {--ADMIN_CONFIG_PROXY_PASSWORD--}
                        {--ADMIN_CONFIG_PROXY_PASSWORD--}
-               </TD>
-               <TD>
+               </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">
+               </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>
+               </td>
+       </tr>
+</table>
 </form>
 </form>