A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_rallye_usr.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3 <tr>
4         <td colspan="4" align="center" class="table_header bottom">
5                 <strong>{%message,RALLYE_LIST_USERS=$content[rallye]%}:</strong>
6         </td>
7 </tr>
8 <tr>
9         <td align="center" class="header_column bottom right"><strong>{--_USERID--}:</strong></td>
10         <td align="center" class="header_column bottom right"><strong>{--RALLYE_OLD_REFS--}:</strong></td>
11         <td align="center" class="header_column bottom right"><strong>{--RALLYE_NEW_REFS--}:</strong></td>
12         <td align="center" class="header_column bottom"><strong>{--RALLYE_REFERAL_POINTS--}:</strong></td>
13 </tr>
14 $content[rows]
15 <tr>
16         <td colspan="4" class="table_footer">
17                 <span class="notice">{--RALLYE_REFERAL_POINTS_NOTE--}</span>
18         </td>
19 </tr>
20 </table>
21 </div>