]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_lock_user.tpl
More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_lock_user.tpl
index 7a51c8ebb24addf78d43438b50350784d34febf2..afa48b4d438c13b28475a531117ec01b622cf086 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=lock_user&amp;userid=$content[userid]%}" method="post">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=lock_user&amp;userid={%pipe,bigintval=$content[userid]%}%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
                <td align="center" class="admin_title bottom">
        </tr>
        <tr>
                <td align="center">
-                       [&nbsp;<a href="$content[email]">$content[surname] $content[family]</a>&nbsp;]
+                       [&nbsp;<a href="{%user,email,generateEmailLink=$content[userid]%}">{%user,surname=$content[userid]%} {%user,surname=$content[userid]%} ({%user,status,translateUserStatus=$content[userid]%})</a>&nbsp;]
                </td>
        </tr>
        <tr>
-               <td align="center">
+               <td align="center" class="bottom">
                        <textarea name="reason" class="admin_normal" rows="5" cols="50"></textarea>
                </td>
        </tr>