A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_user_cats.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3         <tr>
4                 <td colspan="3" align="center" class="table_header bottom" height="50">
5                         {--USER_ID--}: <strong>{%pipe,generateUserProfileLink=$content[userid]%}</strong>
6                         ($content[email])
7                 </td>
8         </tr>
9         $content[rows]
10         <tr>
11                 <td colspan="3" class="table_footer">
12                         <div>
13                                 <strong>{--ADMIN_MEMBER_FUNCTIONS--}:</strong>
14                         </div>
15                         <div>
16                                 {%pipe,generateMemberAdminActionLinks=$content[userid]%}
17                         </div>
18                 </td>
19         </tr>
20 </table>
21 </div>