]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_rallye_usr.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_list_rallye_usr.tpl
index 5ce67b56a48ed278eaa59e2a8d292d0a86080ca9..46a2eab7bfda3007eb59c59777d8e55f47a61afe 100644 (file)
@@ -1,18 +1,21 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580" class="admin_table dashed">
-<TR>
-       <TD colspan="4" align="center" class="admin_title" height="30"><STRONG>{--RALLYE_LIST_USERS_1--}{!__RALLYE_VALUE!}{--RALLYE_LIST_USERS_2--}:</STRONG>
-       </TD>
-</TR>
-<TR>
-       <TD align="center" class="admin_title bottom2 right2"><STRONG>{--_UID--}:</STRONG></TD>
-       <TD align="center" class="admin_title bottom2 right2"><STRONG>{--RALLYE_OLD_REFS--}:</STRONG></TD>
-       <TD align="center" class="admin_title bottom2 right2"><STRONG>{--RALLYE_NEW_REFS--}:</STRONG></TD>
-       <TD align="center" class="admin_title bottom2"><STRONG>{--RALLYE_REF_POINTS--}:</STRONG></TD>
-</TR>
-{!__RALLYE_USER_ROWS!}
-<TR>
-       <TD colspan="4" class="admin_footer">
-               <STRONG class="admin_note">{--RALLYE_REF_POINTS_NOTE--}</STRONG>
-       </TD>
-</TR>
-</TABLE>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td colspan="4" align="center" class="table_header bottom">
+               {%message,ADMIN_LIST_RALLYE_USERS_TITLE2=$content[rallye_id]%}:
+       </td>
+</tr>
+<tr>
+       <td align="center" class="header_column bottom right">{--_USERID--}:</td>
+       <td align="center" class="header_column bottom right">{--RALLYE_OLD_REFS--}:</td>
+       <td align="center" class="header_column bottom right">{--RALLYE_NEW_REFS--}:</td>
+       <td align="center" class="header_column bottom">{--RALLYE_REFERRAL_POINTS--}:</td>
+</tr>
+$content[rows]
+<tr>
+       <td colspan="4" class="table_footer">
+               <span class="notice">{--ADMIN_RALLYE_REFERRAL_POINTS_NOTICE--}</span>
+       </td>
+</tr>
+</table>
+</div>