ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_list_refs.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3 <tr>
4         <td colspan="6" class="admin_title">
5                 <strong>{--ADMIN_LIST_REFERALS_1--}<u>$content[userid]</u>{--ADMIN_LIST_REFERALS_2--}</strong>
6         </td>
7 </tr>
8 <tr>
9         <td width="5%" align="center" class="header_column bottom right"><strong>{--_UID--}</strong></td>
10         <td width="5%" align="center" class="header_column bottom right"><strong>{--REFS_COUNT--}</strong></td>
11         <td width="35%" align="center" class="header_column bottom right"><strong>{--SURNAME_FAMILY--}</strong></td>
12         <td width="35%" align="center" class="header_column bottom right"><strong>{--EMAIL--}</strong></td>
13         <td width="10%" align="center" class="header_column bottom right"><strong>{--ACCOUNT_STATUS--}</strong></td>
14         <td width="10%" align="center" class="header_column bottom"><strong>{--MEMBER_JOINED--}</strong></td>
15 </tr>
16 $content[rows]
17 <tr>
18         <td colspan="6" class="admin_footer" style="padding-top: 7px; padding-bottom: 7px">
19                 <div class="admin_note">{--ADMIN_LIST_REFERALS_NOTE--}</div>
20         </td>
21 </tr>
22 </table>
23 </div>