]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_rallye_usr.tpl
Rewrite of language strings
[mailer.git] / templates / de / html / admin / admin_list_rallye_usr.tpl
index 5ce67b56a48ed278eaa59e2a8d292d0a86080ca9..ee2b8ab4f1c3bea69780f3d478c53d19aa6fa9b0 100644 (file)
@@ -1,18 +1,19 @@
-<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>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+<tr>
+       <td colspan="4" align="center" class="admin_title" height="30">
+               <strong>{--RALLYE_LIST_USERS_1--}$content[rallye]{--RALLYE_LIST_USERS_2--}:</strong>
+       </td>
+</tr>
+<tr>
+       <td align="center" class="header_column bottom right"><strong>{--_UID--}:</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--RALLYE_OLD_REFS--}:</strong></td>
+       <td align="center" class="header_column bottom right"><strong>{--RALLYE_NEW_REFS--}:</strong></td>
+       <td align="center" class="header_column bottom"><strong>{--RALLYE_REF_POINTS--}:</strong></td>
+</tr>
+$content[rows]
+<tr>
+       <td colspan="4" class="admin_footer">
+               <span class="admin_note">{--RALLYE_REF_POINTS_NOTE--}</span>
+       </td>
+</tr>
+</table>