]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_session.tpl
More HTML rewrites #3
[mailer.git] / templates / de / html / admin / admin_config_session.tpl
index 98374e9d6799428cd49c75ecc4bfd9ca7a53f75e..630ea4b5c6a75cf3fd582e3413a082d26c342b82 100644 (file)
@@ -1,11 +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="700">
+<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">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2" height="30">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_SESSION_SETTINGS_TITLE--}</strong>
                </td>
        </tr>
-       <tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
        <tr>
                <td align="right" style="padding-right:10px">
                        {--ADMIN_CONFIG_SESSION_SAVE_PATH--}:<br />
                </td>
        </tr>
        <tr>
-               <td colspan="2" style="padding:3px" align="center">
+               <td class="bottom" colspan="2" align="center">
                        <span class="admin_note">
                                {--ADMIN_BASE_PATH--}:<br />
-                               <em>{!PATH!}</em><br />
+                               <em>{?PATH?}</em><br />
                                {--ADMIN_SESSION_SAVE_PATH_NOTE--}
                        </span>
                </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--}" />&nbsp;*
+                       <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>