]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_top10_row_earner.tpl
getUserData() does now tollerate missing table columns. This makes it very flexible...
[mailer.git] / templates / de / html / guest / guest_top10_row_earner.tpl
index f2de6213161572e5d3cf3feb7d704306746d9ee9..ce7b6499477042df28b9199473e2c187b865423a 100644 (file)
@@ -1,7 +1,6 @@
-<TR>
-       <TD class="top10_row1 switch_sw$content[sw] bottom2 right2"
-               align="center">$content[cnt]</TD>
-       <TD class="top10_row2 switch_sw$content[sw] bottom2 right2">&nbsp;$content[uid]&nbsp;($content[nick])</TD>
-       <TD class="top10_row3 switch_sw$content[sw] bottom2 right2">&nbsp;$content[points]</TD>
-       <TD class="top10_row5 switch_sw$content[sw] bottom2">&nbsp;$content[last]</TD>
-</TR>
+<tr>
+       <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[points]%}</td>
+       <td class="top10_row5 {%template,ColorSwitch%} bottom">$content[last_online]</td>
+</tr>