]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_session.tpl
Conflict solved, more templates added, TODOs.txt updated:
[mailer.git] / templates / de / html / admin / admin_config_session.tpl
index a0f03ac64e9af437cebd2211e46847b1193e7192..630ea4b5c6a75cf3fd582e3413a082d26c342b82 100644 (file)
@@ -1,11 +1,11 @@
-<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="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 />
@@ -15,7 +15,7 @@
                </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 />
@@ -23,7 +23,6 @@
                        </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--}" />
@@ -32,3 +31,4 @@
        </tr>
 </table>
 </form>
+</div>