Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / admin / admin_list_refs.tpl
index 4f693e688817847f00f6f9bf737502330c2a8f50..d2a02e1d0c9b4835065ae510ec73b2109a56cc7c 100644 (file)
@@ -1,21 +1,23 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="99%"
-       class="admin_table dashed">
-       <TR>
-               <TD colspan="6" class="admin_title" height="30"><STRONG>{--ADMIN_LIST_REFERRALS_1--}<U>{--_UID--}</U>{--ADMIN_LIST_REFERRALS_2--}</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD width="5%" align="center" class="admin_header bottom2 right2"><STRONG>{--_UID--}</STRONG></TD>
-               <TD width="5%" align="center" class="admin_header bottom2 right2"><STRONG>{--REFS_COUNT--}</STRONG></TD>
-               <TD width="35%" align="center" class="admin_header bottom2 right2"><STRONG>{--SURNAME_FAMILY--}</STRONG></TD>
-               <TD width="35%" align="center" class="admin_header bottom2 right2"><STRONG>{--ADDY--}</STRONG></TD>
-               <TD width="10%" align="center" class="admin_header bottom2 right2"><STRONG>{--ACCOUNT_STATUS--}</STRONG></TD>
-               <TD width="10%" align="center" class="admin_header bottom2"><STRONG>{--MEMBER_JOINED--}</STRONG></TD>
-       </TR>
-       {--__REF_ROWS--}
-       <TR>
-               <TD colspan="6" class="admin_footer" align="center"
-                       style="padding-top: 7px; padding-bottom: 7px"><FONT
-                       class="admin_note">{--ADMIN_LIST_REFERRALS_NOTE--}</FONT></TD>
-       </TR>
-</TABLE>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+       <td colspan="6" class="admin_title">
+               <strong>{%message,ADMIN_LIST_REFERALS=$content[userid]%}</strong>
+       </td>
+</tr>
+<tr>
+       <td width="5%" align="center" class="header_column bottom right"><strong>{--_UID--}</strong></td>
+       <td width="5%" align="center" class="header_column bottom right"><strong>{--REFS_COUNT--}</strong></td>
+       <td width="35%" align="center" class="header_column bottom right"><strong>{--SURNAME_FAMILY--}</strong></td>
+       <td width="35%" align="center" class="header_column bottom right"><strong>{--EMAIL--}</strong></td>
+       <td width="10%" align="center" class="header_column bottom right"><strong>{--ACCOUNT_STATUS--}</strong></td>
+       <td width="10%" align="center" class="header_column bottom"><strong>{--MEMBER_JOINED--}</strong></td>
+</tr>
+$content[rows]
+<tr>
+       <td colspan="6" class="admin_footer" style="padding-top: 7px; padding-bottom: 7px">
+               <div class="admin_note">{--ADMIN_LIST_REFERALS_NOTE--}</div>
+       </td>
+</tr>
+</table>
+</div>