Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_list_rallye_usr.tpl
index 5ce67b56a48ed278eaa59e2a8d292d0a86080ca9..bbe7e1ca8abd66dd3edde91c677da6d98f157da1 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">
+               <strong>{%message,RALLYE_LIST_USERS,$content[rallye]%}:</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>