]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_admins.tpl
More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / admin / admin_del_admins.tpl
index f47ba8847f97daf22157d4693724598639e73deb..a8ae75d4e6a183ffeff956f3d1e006eecdf417a5 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=admins_edit" method="POST">
+<form action="{!URL!}/modules.php?module=admin&amp;what=admins_edit" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
        <tr>
                <td colspan="5" align="center" class="admin_title bottom2" height="30">
@@ -13,9 +13,9 @@
        </tr>
        {!__ADMINS_ROWS!}
        <tr>
-               <td colspan="5" class="admin_footer"><INPUT
+               <td colspan="5" class="admin_footer"><input
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="remove" class="admin_delete"
+               <input type="submit" name="remove" class="admin_delete"
                        value="{--ADMIN_ADMINS_DELETE--}" /></td>
        </tr>
 </table>