]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_refs.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_list_refs.tpl
1 <TABLE border="0" cellspacing="0" cellpadding="0" width="99%" class="admin_table dashed">
2 <TR>
3         <TD colspan="6" class="admin_title" height="30">
4                 <strong>{--ADMIN_LIST_REFERRALS_1--}<u>$content[uid]</u>{--ADMIN_LIST_REFERRALS_2--}</strong>
5         </TD>
6 </TR>
7 <TR>
8         <TD width="5%" align="center" class="admin_header bottom2 right2"><strong>{--_UID--}</strong></TD>
9         <TD width="5%" align="center" class="admin_header bottom2 right2"><strong>{--REFS_COUNT--}</strong></TD>
10         <TD width="35%" align="center" class="admin_header bottom2 right2"><strong>{--SURNAME_FAMILY--}</strong></TD>
11         <TD width="35%" align="center" class="admin_header bottom2 right2"><strong>{--ADDY--}</strong></TD>
12         <TD width="10%" align="center" class="admin_header bottom2 right2"><strong>{--ACCOUNT_STATUS--}</strong></TD>
13         <TD width="10%" align="center" class="admin_header 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_REFERRALS_NOTE--}</div>
19         </TD>
20 </TR>
21 </TABLE>