]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_user.tpl
Complete rewrite of and , wrapper functions added, see bug #101
[mailer.git] / templates / de / html / admin / admin_del_user.tpl
index fb8e34387d4ec9e58aa5745f8a8dfd6abf7c99c2..035a5b48a65193d687e2f18b1b8ced3f56941e4a 100644 (file)
@@ -1,4 +1,4 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=del_user&amp;u_id={!__UID!}" method="POST">
+<form action="{!URL!}/modules.php?module=admin&amp;what=del_user&amp;uid={!__UID!}" method="POST">
 <table border="0" cellspacing="0" cellpadding="0" width="500"
        align="center" class="admin_table dashed">
        <tr>
@@ -33,8 +33,8 @@
        </tr>
        <tr>
                <td class="admin_footer">
-                       <INPUT type="submit" name="no" class="admin_no" value="{--NO--}" />
-                       <INPUT type="submit" name="ok" class="admin_yes" value="{--YES--}" />
+                       <input type="submit" name="no" class="admin_no" value="{--NO--}" />
+                       <input type="submit" name="ok" class="admin_yes" value="{--YES--}" />
                </td>
        </tr>
 </table>