Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_config_admin.tpl
index 4c78881311d706fb65890927039836219cbe6d97..91d08e932d058dcc7c23bcc31023943aa5f82ca8 100644 (file)
@@ -1,26 +1,27 @@
 <div align="center">
-<form action="{?URL?}/modules.php?module=admin&amp;what=config_admin" method="post" style="margin-bottom: 0px">
+<form accept-charset="utf-8" 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>
+                       <strong>{--ADMIN_CONFIG_ADMIN_MENU_HEADER--}</strong>
+               </td>
        </tr>
        <tr>
                <td colspan="3" class="seperator" height="5">&nbsp;</td>
        </tr>
        <tr>
-               <td width="200" align="right" valign="top"
-                       style="padding-top: 3px; padding-right: 20px">
-               {--ADMIN_SELECT_MENU_TYPE--}:</td>
+               <td width="200" align="right" valign="top" 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"$content[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"$content[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" class="admin_footer"><input
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <input type="submit" name="ok" class="admin_submit"
-                       value="{--SAVE_SETTINGS--}" /></td>
+               <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>
        </tr>
 </table>
 </form>