]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_mails_edit.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_admins_mails_edit.tpl
index 95a39db96c191142d7e43c9ca113adbc42fc597f..2db82cedf43dac9f3e26d9c832b8a882036f8119 100644 (file)
@@ -1,5 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=admins_mails"
-       method="POST" style="margin-bottom: 0px">
+<form action="{?URL?}/modules.php?module=admin&amp;what=admins_mails" method="post" style="margin-bottom: 0px">
 <table border="0" cellspacing="0" cellpadding="0" width="500"
        class="admin_table dashed">
        <tr>
@@ -14,9 +13,9 @@
        </tr>
        {!__ADMINS_ROWS!}
        <tr>
-               <td colspan="2" class="admin_footer"><INPUT
+               <td colspan="2" class="admin_footer"><input
                        type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <INPUT type="submit" name="change" class="admin_submit"
+               <input type="submit" name="change" class="admin_submit"
                        value="{--ADMIN_ADMINS_CHANGE--}" /></td>
        </tr>
 </table>