]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_home_settings.tpl
More HTML rewrites
[mailer.git] / templates / de / html / admin / admin_config_home_settings.tpl
index 744a94cf61d030ceff522f1a09be8c98e59a36c3..9b786cca75bf8188485788a2be427d6de756e51b 100644 (file)
@@ -1,18 +1,15 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_home&amp;sub=settings" method="post">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_home&amp;sub=settings%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="510">
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom2" height="30">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_EDIT_HOME_SETTINGS--}</strong>
                </td>
        </tr>
-       <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
        <tr>
                <td align="right" width="320" height="20">
                        {--ADMIN_CONFIG_INDEX_DELAY--}:
                </td>
-               <td class="seperator" width="5">&nbsp;</td>
                <td width="185" align="center">
                        <select name="index_delay" size="1" class="admin_select">
                                <option value="-1"$content[-1]>{--ADMIN_INDEX_NO_DELAY--}</option>
                </td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</td>
-               <td class="seperator" width="5">&nbsp;</td>
-               <td align="center">$content[cookie_selection]</td>
-       </tr>
-       <tr>
-               <td colspan="3" class="bottom2 seperator" height="5">&nbsp;</td>
+               <td class="bottom" align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</td>
+               <td class="bottom" align="center">$content[cookie_selection]</td>
        </tr>
        <tr>
-               <td colspan="3" class="admin_footer">
+               <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>
        </tr>
 </table>
 </form>
+</div>