]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_admin.tpl
Extension ext-earning introduced (unfinished), renamings:
[mailer.git] / templates / de / html / admin / admin_config_admin.tpl
index 51df994a5443ef5e0fc67c304cd0fda8a8cb0ac0..a6d824b97db461a9feb72125c311643084904989 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_admin%}" method="post">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=config_admin%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td colspan="3" align="center" class="table_header bottom">
@@ -8,23 +8,23 @@
        </tr>
        <tr>
                <td align="right" valign="top" style="padding-top: 3px; padding-right: 20px">
-                       {--ADMIN_SELECT_MENU_TYPE--}:
+                       {--ADMIN_CONFIG_SELECT_MENU_TYPE--}:
                </td>
                <td align="right" valign="top" style="padding-top: 3px">
-                       <input type="radio" name="admin_menu" class="form_field" value="NEW"$content[admin_menu_new] />
+                       <input type="radio" class="form_field" name="admin_menu" value="NEW"$content[admin_menu_new] />
                </td>
                <td>{--ADMIN_MENU_NEW--}</td>
        </tr>
        <tr>
                <td class="bottom" colspan="2" align="right" valign="top" style="padding-top: 3px">
-                       <input type="radio" name="admin_menu" class="form_field" value="OLD"$content[admin_menu_old] />
+                       <input type="radio" class="form_field" name="admin_menu" value="OLD"$content[admin_menu_old] />
                </td>
                <td class="bottom">{--ADMIN_MENU_OLD--}</td>
        </tr>
        <tr>
                <td colspan="3" class="table_footer">
                        <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>