]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_top10_row_refs.tpl
Some more code-cleanups:
[mailer.git] / templates / de / html / guest / guest_top10_row_refs.tpl
index b50fbd4a155e77b20fa2c7a4d221695e5e7fe676..22c3a7784c97155b7a9e430e5707372258a359b5 100644 (file)
@@ -1,8 +1,7 @@
 <tr>
-       <td class="top10_row1 switch_sw$content[sw] bottom right"
-               align="center">$content[cnt]</td>
-       <td class="top10_row2 switch_sw$content[sw] bottom right">&nbsp;$content[userid]&nbsp;($content[nickname])</td>
-       <td class="top10_row3 switch_sw$content[sw] bottom right">&nbsp;$content[refs]</td>
-       <td class="top10_row4 switch_sw$content[sw] bottom right">&nbsp;$content[points]</td>
-       <td class="top10_row5 switch_sw$content[sw] bottom">&nbsp;$content[last_online]</td>
+       <td class="top10_row1 {%template,ColorSwitch%} bottom right" align="center">$content[cnt]</td>
+       <td class="top10_row2 {%template,ColorSwitch%} bottom right">$content[userid] ({%pipe,fixEmptyContentToDashes=$content[nickname]%})</td>
+       <td class="top10_row3 {%template,ColorSwitch%} bottom right">{%pipe,translateComma=$content[refs]%}</td>
+       <td class="top10_row4 {%template,ColorSwitch%} bottom right">{%pipe,getTotalPoints,translateComma=$content[userid]%}</td>
+       <td class="top10_row5 {%template,ColorSwitch%} bottom">$content[last_online]</td>
 </tr>