]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_top10_row_earner.tpl
More code parts could take advantage of previously improved fixEmptyContentToDashes():
[mailer.git] / templates / de / html / guest / guest_top10_row_earner.tpl
index 517501b0afc789e129ac183fb02ebd630e9912e6..5f2b0ed38f3c408a1e45ea112146d20f51e768f3 100644 (file)
@@ -1,7 +1,6 @@
 <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[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] ({%user,nickname,fixEmptyContentToDashes=$content[userid]%})</td>
+       <td class="top10_row3 {%template,ColorSwitch%} bottom right">{%pipe,translateComma=$content[points]%}</td>
+       <td class="top10_row5 {%template,ColorSwitch%} bottom">$content[last_online]</td>
 </tr>