Referal overview finished and rewritten for refback extension
[mailer.git] / templates / de / html / admin / admin_list_refs.tpl
1 <TABLE border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
2 <TR>
3         <TD colspan="6" class="admin_title" height="30">
4                 <STRONG>{--ADMIN_LIST_REFERRALS_1--}<U>$content[uid]</U>{--ADMIN_LIST_REFERRALS_2--}</STRONG>
5         </TD>
6 </TR>
7 <TR>
8         <TD width="5%" align="center" class="admin_header bottom2 right2"><STRONG>{--_UID--}</STRONG></TD>
9         <TD width="5%" align="center" class="admin_header bottom2 right2"><STRONG>{--REFS_COUNT--}</STRONG></TD>
10         <TD width="35%" align="center" class="admin_header bottom2 right2"><STRONG>{--SURNAME_FAMILY--}</STRONG></TD>
11         <TD width="35%" align="center" class="admin_header bottom2 right2"><STRONG>{--ADDY--}</STRONG></TD>
12         <TD width="10%" align="center" class="admin_header bottom2 right2"><STRONG>{--ACCOUNT_STATUS--}</STRONG></TD>
13         <TD width="10%" align="center" class="admin_header bottom2"><STRONG>{--MEMBER_JOINED--}</STRONG></TD>
14 </TR>
15 $content[rows]
16 <TR>
17         <TD colspan="6" class="admin_footer" style="padding-top: 7px; padding-bottom: 7px">
18                 <FONT class="admin_note">{--ADMIN_LIST_REFERRALS_NOTE--}</FONT>
19         </TD>
20 </TR>
21 </TABLE>