All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_list_cats.tpl
1 <table border="0" cellspacing="0" cellpadding="0" width="500"
2         class="admin_table dashed">
3         <tr>
4                 <td colspan="3" align="center" class="admin_title bottom"
5                         height="50">{--USER_ID--}: <strong><a
6                         href="{?URL?}/modules.php?module=admin&amp;what=list_user&amp;userid=$content[userid]">$content[userid]</a></strong>($content[email])
7                 </td>
8         </tr>
9         $content[rows]
10         <tr>
11                 <td colspan="3" class="admin_footer" style="padding-top: 10px; padding-bottom: 10px">
12                         <u>{--ADMIN_MEMBER_FUNCTIONS--}:</u><br />
13                         $content[member_links]
14                 </td>
15         </tr>
16 </table>