df5be0b9d1bba5d087b6fc2209ab2c18d348ca7c
[mailer.git] / templates / de / html / admin / admin_list_refs.tpl
1 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
2 <tr>
3         <td colspan="6" class="admin_title" height="30">
4                 <strong>{--ADMIN_LIST_REFERALS_1--}<u>$content[userid]</u>{--ADMIN_LIST_REFERALS_2--}</strong>
5         </td>
6 </tr>
7 <tr>
8         <td width="5%" align="center" class="header_column bottom2 right2"><strong>{--_UID--}</strong></td>
9         <td width="5%" align="center" class="header_column bottom2 right2"><strong>{--REFS_COUNT--}</strong></td>
10         <td width="35%" align="center" class="header_column bottom2 right2"><strong>{--SURNAME_FAMILY--}</strong></td>
11         <td width="35%" align="center" class="header_column bottom2 right2"><strong>{--EMAIL_ADDRESS--}</strong></td>
12         <td width="10%" align="center" class="header_column bottom2 right2"><strong>{--ACCOUNT_STATUS--}</strong></td>
13         <td width="10%" align="center" class="header_column 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                 <div class="admin_note">{--ADMIN_LIST_REFERALS_NOTE--}</div>
19         </td>
20 </tr>
21 </table>