]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_bank_packages.tpl
Several more constants rewritten to getConfig()
[mailer.git] / templates / de / html / admin / admin_del_bank_packages.tpl
index 9550a24ffc7cb013f2966ef0eac8e05b1208f26b..0fb2e37acc184f115321ee56136c32ca6dcaa753 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=list_bank_package" method="POST">
+<form action="{?URL?}/modules.php?module=admin&amp;what=list_bank_package" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
        <tr>
                <td colspan="5" align="center" class="admin_title" height="30"><strong>{--ADMIN_DELETE_BANK_PACKAGES--}:</strong>
@@ -13,7 +13,7 @@
        $content
        <tr>
                <td colspan="5" class="admin_footer">
-                       <INPUT type="submit" name="remove" class="admin_delete" value="{--DEL_ENTRIES--}">
+                       <input type="submit" name="remove" class="admin_delete" value="{--DEL_ENTRIES--}" />
                </td>
        </tr>
 </table>