]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_admins.tpl
Some global variables rewritten, a lot more language constants rewritten to getMessage()
[mailer.git] / templates / de / html / admin / admin_edit_admins.tpl
index 9e08c75e4c7dc493734c26d4d9a9292aabad3809..ebce1a0ff9b5605c4a459087eb04c95b69e2a5be 100644 (file)
@@ -1,7 +1,5 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=admins_edit"
-       method="POST">
-<table border="0" cellspacing="0" cellpadding="0" width="680"
-       class="admin_table dashed" align="center">
+<form action="{!URL!}/modules.php?module=admin&amp;what=admins_edit" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="680" class="admin_table dashed" align="center">
        <tr>
                <td colspan="6" align="center" class="admin_title bottom2" height="30">
                <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong></td>
@@ -16,9 +14,9 @@
        </tr>
        {!__ADMINS_ROWS!}
        <tr>
-               <td colspan="6" class="admin_footer"><INPUT
+               <td colspan="6" class="admin_footer"><input
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="change" class="admin_submit"
+               <input type="submit" name="change" class="admin_submit"
                        value="{--ADMIN_ADMINS_EDIT--}" /></td>
        </tr>
 </table>