More forced spaces ( ) removed, see ticket #142)
[mailer.git] / templates / de / html / admin / admin_list_refs_level.tpl
1 <tr>
2         <td align="center" style="padding-bottom:5px">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4 <tr>
5         <td colspan="6" class="admin_title" align="center">
6                 <strong>{%message,ADMIN_LIST_REFERALS_LEVEL=$content[level]%}</strong><br />
7                 $content[info]
8         </td>
9 </tr>
10 <tr>
11         <td width="5%" align="center" class="header_column bottom right"><strong>{--_UID--}</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="6" class="admin_footer">
21                 <!-- @TODO Nothing to say here? //-->
22                 &nbsp;
23         </td>
24 </tr>
25 </table>
26         </td>
27 </tr>