]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_register.tpl
Caching of filters added (should work now)
[mailer.git] / templates / de / html / admin / admin_config_register.tpl
index e74553abfd84d16169cd0582e5c145310211e5c2..7feffd04409f27caffdb4241ae79f6ec882763bb 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form action="{!URL!}/modules.php?module=admin&amp;what=config_register" method="POST">
+<form action="{!URL!}/modules.php?module=admin&amp;what=config_register" method="post">
 <table border="0" cellpadding="0" cellspacing="0" width="450" class="admin_table dashed">
        <tr>
                <td colspan="3" align="center" class="admin_title" height="30"><strong>{--REGISTER_MUST_HEADER--}:</strong>
@@ -13,8 +13,8 @@
        {!__REGISTER_ROWS!}
        <tr>
                <td colspan="3" class="admin_footer">
-                       <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-                       <INPUT type="submit" name="ok" value="{--REGISTER_CHANGE_MUST--}" />
+                       <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
+                       <input type="submit" name="ok" value="{--REGISTER_CHANGE_MUST--}" />
                </td>
        </tr>
 </table>