A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_proxy.tpl
index f7db6bf7a5b6751d3a82452529902ac94764f3f6..6aaabf1080f3d7544e04b65ade5c123a93ba4acb 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" 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="table dashed">
        <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="table_header 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--}
                </td>
                <td>
-                       <input type="text" name="proxy_host" value="$content[proxy_host]" />
+                       <input type="text" name="proxy_host" value="{?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--}
                </td>
                <td>
-                       <input type="text" name="proxy_port" value="$content[proxy_port]" />
+                       <input type="text" name="proxy_port" value="{?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--}
                </td>
                <td>
-                       <input type="text" name="proxy_username" value="$content[proxy_username]" />
+                       <input type="text" name="proxy_username" value="{?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>
-                       <input type="password" name="proxy_password" value="$content[proxy_password]" />
+               <td class="bottom">
+                       <input type="password" name="proxy_password" value="{?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 colspan="2" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>