]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_refs_level.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_list_refs_level.tpl
1 <div>
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3 <tr>
4         <td colspan="7" class="table_header" align="center">
5                 <strong>{%message,ADMIN_LIST_REFERRALS_LEVEL=$content[level]%}</strong><br />
6                 $content[info]
7         </td>
8 </tr>
9 <tr>
10         <td width="5%" align="center" class="header_column bottom right"><strong>{--_USERID--}</strong></td>
11         <td width="5%" align="center" class="header_column bottom right"><strong>{--_REFID--}</strong></td>
12         <td width="5%" align="center" class="header_column bottom right"><strong>{--REFS_COUNT--}</strong></td>
13         <td width="35%" align="center" class="header_column bottom right"><strong>{--SURNAME_FAMILY--}</strong></td>
14         <td width="35%" align="center" class="header_column bottom right"><strong>{--EMAIL--}</strong></td>
15         <td width="10%" align="center" class="header_column bottom right"><strong>{--ACCOUNT_STATUS--}</strong></td>
16         <td width="10%" align="center" class="header_column bottom"><strong>{--MEMBER_JOINED--}</strong></td>
17 </tr>
18 $content[rows]
19 <tr>
20         <td colspan="7" class="table_footer">
21                 <!-- @TODO Nothing to say here? //-->
22                 &nbsp;
23         </td>
24 </tr>
25 </table>
26 </div>