]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_proxy.tpl
Some menu points renamed to not conflict with configuration menus:
[mailer.git] / templates / de / html / admin / admin_config_proxy.tpl
index afa47a66b9fdb5c2e7d858d91e0dbc0d7fb62b66..ac86210744d1afb5a2938e7dbe9308721c0e5824 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,formMethodPost=modules.php?module=admin&amp;what=config_proxy%}
+<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" class="form_field" 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" class="form_field" 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" class="form_field" 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" class="form_field" 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" class="form_submit" name="save_config" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
+</div>