]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_user.tpl
Fix for URL detection
[mailer.git] / templates / de / html / admin / admin_del_user.tpl
index 40e10de8daebcc1487abfc38b961490f171a97a1..baee1f189d162892ece3fb7fc393e09b57bf2a69 100644 (file)
@@ -1,8 +1,7 @@
-<form action="{?URL?}/modules.php?module=admin&amp;what=del_user&amp;uid=$content[userid]" method="post">
-<table border="0" cellspacing="0" cellpadding="0" width="500"
-       align="center" class="admin_table dashed">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=del_user&amp;userid=$content[userid]%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td align="center" class="admin_title bottom2" height="28"><strong
+               <td align="center" class="admin_title bottom" height="28"><strong
                        class="admin_done">$content[header]</strong>
                </td>
        </tr>
                <td align="center"><textarea name="reason" class="admin_normal" rows="5" cols="50"></textarea></td>
        </tr>
        <tr>
-               <td height="5" class="seperator bottom2">&nbsp;</td>
+               <td height="5" class="seperator bottom">&nbsp;</td>
        </tr>
        <tr>
-               <td class="admin_footer">
+               <td align="center" class="admin_footer">
                        <input type="submit" name="no" class="admin_no" value="{--NO--}" />
                        <input type="submit" name="ok" class="admin_yes" value="{--YES--}" />
                </td>