More HTML rewrites #2
[mailer.git] / templates / de / html / admin / admin_list_rallye_usr.tpl
1 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
2 <tr>
3         <td colspan="4" align="center" class="admin_title">
4                 <strong>{--RALLYE_LIST_USERS_1--}$content[rallye]{--RALLYE_LIST_USERS_2--}:</strong>
5         </td>
6 </tr>
7 <tr>
8         <td align="center" class="header_column bottom right"><strong>{--_UID--}:</strong></td>
9         <td align="center" class="header_column bottom right"><strong>{--RALLYE_OLD_REFS--}:</strong></td>
10         <td align="center" class="header_column bottom right"><strong>{--RALLYE_NEW_REFS--}:</strong></td>
11         <td align="center" class="header_column bottom"><strong>{--RALLYE_REF_POINTS--}:</strong></td>
12 </tr>
13 $content[rows]
14 <tr>
15         <td colspan="4" class="admin_footer">
16                 <span class="admin_note">{--RALLYE_REF_POINTS_NOTE--}</span>
17         </td>
18 </tr>
19 </table>