Cleanups and all "base scripts" fixed:
[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="6" 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>{--REFS_COUNT--}</strong></td>
12         <td width="35%" align="center" class="header_column bottom right"><strong>{--SURNAME_FAMILY--}</strong></td>
13         <td width="35%" align="center" class="header_column bottom right"><strong>{--EMAIL--}</strong></td>
14         <td width="10%" align="center" class="header_column bottom right"><strong>{--ACCOUNT_STATUS--}</strong></td>
15         <td width="10%" align="center" class="header_column bottom"><strong>{--MEMBER_JOINED--}</strong></td>
16 </tr>
17 $content[rows]
18 <tr>
19         <td colspan="6" class="table_footer">
20                 <!-- @TODO Nothing to say here? //-->
21                 &nbsp;
22         </td>
23 </tr>
24 </table>
25 </div>