A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / member / member_ref_list_row.tpl
1 <tr>
2         <td align="center" class="{%template,ColorSwitch%} bottom right">
3                 $content[refid] ({%pipe,fixEmptyContentToDashes=$content[nickname]%})
4         </td>
5         <td align="center" class="{%template,ColorSwitch%} bottom right">
6                 {%pipe,translateUserStatus=$content[status]%}
7         </td>
8         <td align="center" class="{%template,ColorSwitch%} bottom right">
9                 {%pipe,translateComma=$content[points]%} {?POINTS?}
10         </td>
11         <td align="center" class="{%template,ColorSwitch%} bottom right">
12                 {%pipe,translateComma=$content[unconfirmed]%}
13         </td>
14         <td align="center" class="{%template,ColorSwitch%} bottom right">
15                 $content[clickrate]&#37;
16         </td>
17         <td align="center" class="{%template,ColorSwitch%} bottom right">
18                 $content[activity]
19         </td>
20 </tr>