Rewrite of language strings
[mailer.git] / templates / de / html / admin / admin_list_refs_level.tpl
index 45cd439fe68bb7970f847dca3aec08dc44a723fc..c1af1b3787c733a9c92b040db611d4c4f8fdc28f 100644 (file)
@@ -1,13 +1,26 @@
-<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_LEVEL_1--}<U>$content[level]</U>{--ADMIN_LIST_REFERRALS_LEVEL_2--}</STRONG>
-       </TD>
-</TR>
+<tr>
+       <td align="center" style="padding-bottom:5px">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+       <td colspan="6" class="admin_title" height="30" align="center">
+               <strong>{--ADMIN_LIST_REFERALS_LEVEL_1--}<u>$content[level]</u>{--ADMIN_LIST_REFERALS_LEVEL_2--}</strong><br />
+               $content[info]
+       </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]
 $content[rows]
-<TR>
-       <TD colspan="6" class="admin_footer seperator">
+<tr>
+       <td colspan="6" class="admin_footer seperator">
                &nbsp;
                &nbsp;
-       </TD>
-</TR>
-</TABLE>
+       </td>
+</tr>
+</table>
+       </td>
+</tr>