]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_admin.tpl
Login form for guests in surfbar added, some trigger_error() added, misc rewrites
[mailer.git] / templates / de / html / admin / admin_config_admin.tpl
index 9b283387495c201c856b9ad64e3c534ba5b5d0ae..c452950bc04e3116e6e642ee21e307760b60acaa 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_admin" method="POST" style="margin-bottom: 0px">
+<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">
                        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>
@@ -28,9 +28,9 @@
                <td colspan="3" class="bottom2 seperator" height="5">&nbsp;</td>
        </tr>
        <tr>
-               <td colspan="3" class="admin_footer"><INPUT
+               <td colspan="3" class="admin_footer"><input
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="ok" class="admin_submit"
+               <input type="submit" name="ok" class="admin_submit"
                        value="{--SAVE_SETTINGS--}" /></td>
        </tr>
 </table>