]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_admin.tpl
Automatic deactivation of deprecated extensions added
[mailer.git] / templates / de / html / admin / admin_config_admin.tpl
index eae37cf5d5a03159a4ca95157db6040104a587c9..39807fd94fce09739b58f31704dfc3d8486b3840 100644 (file)
@@ -1,7 +1,5 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_admin"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="600"
-       class="admin_table dashed">
+<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_admin" method="POST" style="margin-bottom: 0px">
+<TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <TR>
                <TD colspan="3" align="center" class="admin_title bottom2" height="30">
                <STRONG>{--ADMIN_CONFIG_ADMIN_MENU_HEADER--}</STRONG></TD>
                        style="padding-top: 3px; padding-right: 20px">
                {--ADMIN_SELECT_MENU_TYPE--}:</TD>
                <TD width="40" align="center" valign="top" style="padding-top: 3px">
-               <INPUT type="radio" name="admin_menu" class="admin_normal" value="NEW"{--__ADMIN_MENU_NEW--}>
+               <INPUT type="radio" name="admin_menu" class="admin_normal" value="NEW"{!__ADMIN_MENU_NEW!}>
                </TD>
                <TD width="360">{--ADMIN_MENU_NEW--}</TD>
        </TR>
        <TR>
                <TD width="200" class="seperator">&nbsp;</TD>
                <TD width="40" align="center" valign="top" style="padding-top: 3px">
-               <INPUT type="radio" name="admin_menu" class="admin_normal" value="OLD"{--__ADMIN_MENU_OLD--}>
+               <INPUT type="radio" name="admin_menu" class="admin_normal" value="OLD"{!__ADMIN_MENU_OLD!}>
                </TD>
                <TD width="360">{--ADMIN_MENU_OLD--}</TD>
        </TR>
                <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
        </TR>
        <TR>
-               <TD colspan="3" align="center" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
+               <TD colspan="3" class="admin_footer"><INPUT
+                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                <INPUT type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}"></TD>
+                       value="{--SAVE_SETTINGS--}" /></TD>
        </TR>
 </TABLE>
 </FORM>