Renamed many stuff (again), added points/user breakup:
[mailer.git] / templates / de / html / admin / admin_list_user_amounts.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3 <tr>
4         <td colspan="3" align="center" class="table_header">
5                 {--ADMIN_LIST_USER_AMOUNTS_TITLE--}
6         </td>
7 </tr>
8
9 <tr>
10         <td align="center" class="header_column bottom right"><strong>{--ADMIN_MEMBER_USERID--}</strong></td>
11         <td align="center" class="header_column bottom right"><strong>{--ADMIN_TOTAL_POINTS--}</strong></td>
12         <td align="center" class="header_column bottom"><strong>{--ADMIN_USER_AMOUNT_PERCENTS--}</strong></td>
13 </tr>
14 $content[rows]
15 <tr>
16         <td align="right" class="footer_column bottom right">
17                 <strong>{--ADMIN_TOTAL_POINTS_AMOUNT--}</strong>
18         </td>
19         <td align="left" class="footer_column bottom right">
20                 <strong>{%pipe,translateComma=$content[total]%} {?POINTS?}</strong>
21         </td>
22         <td align="center" class="footer_column bottom">
23                 <strong>---</strong>
24         </td>
25 </tr>
26 <tr>
27         <td colspan="3" align="center" class="table_footer">
28                 <div class="notice">
29                         {--ADMIN_LIST_USER_AMOUNTS_NOTICE--}
30                 </div>
31         </td>
32 </tr>
33 </table>
34 </div>