]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_ref_list_row.tpl
Referal system rewritten, ext-refback continued:
[mailer.git] / templates / de / html / member / member_ref_list_row.tpl
index 580e2ba87770cb4a4ae5fe8b3bf4e47c3c3752a0..15a722a3cc8835afc76564301d0e53f9ee324bf2 100644 (file)
@@ -1,20 +1,20 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               $content[refid] ($content[nickname])
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[refid] ({%user,nickname,fixEmptyContentToDashes=$content[refid]%})
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               $content[status]
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               {%pipe,translateUserStatus=$content[status]%}
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               $content[points] {?POINTS?}
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               {%pipe,translateComma=$content[points]%} {?POINTS?}
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               $content[unconfirmed]
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               {%pipe,translateComma=$content[unconfirmed]%}
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               $content[clickrate]&#37;
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[click_rate]&#37;
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
                $content[activity]
        </td>
 </tr>