More use of EL, fix for admin links
[mailer.git] / templates / de / html / admin / admin_list_cats.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <tr>
4                 <td colspan="3" align="center" class="admin_title bottom" height="50">
5                         {--USER_ID--}: <strong><a href="{%url=modules.php?module=admin&amp;what=list_user&amp;userid=$content[userid]%}">$content[userid]</a></strong>
6                         ($content[email])
7                 </td>
8         </tr>
9         $content[rows]
10         <tr>
11                 <td colspan="3" class="admin_footer">
12                         <div>
13                                 <u>{--ADMIN_MEMBER_FUNCTIONS--}:</u>
14                         </div>
15                         <div>
16                                 {%pipe,generateMemberAdminActionLinks=$content[userid]%}
17                         </div>
18                 </td>
19         </tr>
20 </table>
21 </div>