]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_bonus_turbo_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_bonus_turbo_row.tpl
index 90896422215fabd26696a641ad853e29b69d56ac..cf50294fc95ff54c7dba4795d72f01733ca362f1 100644 (file)
@@ -1,5 +1,11 @@
 <tr>
-  <td class="bonus_rank_$rows[rank] bottom switch_sw$rows[sw]">{%pipe,translateComma=$rows[rank]%}.</td>
-  <td class="bonus_rank_$rows[rank] bottom switch_sw$rows[sw]" align="center">$rows[userid]</td>
-  <td class="bonus_rank_$rows[rank] bottom switch_sw$rows[sw]" align="center">{%pipe,translateComma=$rows[points]%}</td>
+       <td class="rank_$content[rank] bottom {%template,ColorSwitch%}">
+               {%pipe,translateComma=$content[rank]%}.
+       </td>
+       <td class="rank_$content[rank] bottom {%template,ColorSwitch%}" align="center">
+               {%template,DisplayUsername=$content[userid]%}
+       </td>
+       <td class="rank_$content[rank] bottom {%template,ColorSwitch%}" align="center">
+               {%pipe,translateComma=$content[points]%}
+       </td>
 </tr>