]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_menu.tpl
Patches from Profi-Concept's branch integrated (except 1599, because it is to large...
[mailer.git] / templates / de / html / admin / admin_config_menu.tpl
index cc4688edd8f03f7f02ebce543a2229ab33145dd9..4e78c5328f5cb6bef0ec744ff83402e9724d0069 100644 (file)
@@ -1,7 +1,8 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_menu" method="post">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_menu%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom2" height="30">
+               <td colspan="2" align="center" class="admin_title bottom">
                        <strong>{--ADMIN_CONFIG_MENU_TITLE--}</strong>
                </td>
        </tr>
@@ -25,7 +26,7 @@
                        <input type="radio" name="member_menu_advert_enabled" value="N"$content[member_menu_advert_enabled_n] /> {--NO--}
                </td>
        </tr>
-       <tr><td colspan="2" class="bottom2 seperator" height="5">&nbsp;</td></tr>
+       <tr><td colspan="2" class="bottom seperator" height="5">&nbsp;</td></tr>
        <tr>
                <td colspan="2" class="admin_footer">
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
@@ -34,3 +35,4 @@
        </tr>
 </table>
 </form>
+</div>