Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / admin / admin_list_rallye_usr.tpl
index d0e28c8d1b3c1927d6ddb757b09e8d4938af9a54..b7ae02371c0bbb23898c5032cf39e8db5fcc6077 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" align="center" 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>