More fixes for constants
[mailer.git] / templates / de / html / admin / admin_del_user.tpl
index 9b5d2447e75e278254d9e388b169338e54b8b793..42b5d0227ee269cd5c9d37ab84ade9d873a8fcc5 100644 (file)
@@ -1,9 +1,9 @@
-<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=$content[userid]" method="post">
 <table border="0" cellspacing="0" cellpadding="0" width="500"
        align="center" class="admin_table dashed">
        <tr>
                <td align="center" class="admin_title bottom2" height="28"><strong
-                       class="admin_done">{--ADMIN_HEADER_DEL_ACCOUNT_1--}{!__UID!}{--ADMIN_HEADER_DEL_ACCOUNT_2--}</strong>
+                       class="admin_done">$content[header]</strong>
                </td>
        </tr>
        <tr>
        </tr>
        <tr>
                <td align="center">
-               {--ADMIN_TEXT_DEL_ACCOUNT_1--}{!__UID!}{--ADMIN_TEXT_DEL_ACCOUNT_2--}
+                       $content[text]
                </td>
        </tr>
        <tr>
                <td height="5" class="seperator">&nbsp;</td>
        </tr>
        <tr>
-               <td align="center">[&nbsp;<a href="{!__EMAIL!}">{!__SNAME!}
-               {!__FNAME!}</a>&nbsp;]</td>
+               <td align="center">[&nbsp;<a href="$content[email]">$content[surname] $content[family]</a>&nbsp;]</td>
        </tr>
        <tr>
                <td height="5" class="seperator">&nbsp;</td>
        </tr>
        <tr>
-               <td align="center"><textarea name="reason" class="admin_normal"
-                       rows="5" cols="50"></textarea></td>
+               <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>