]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_list_beg_row.tpl
More EL used, this has fixed double calls of translateComma() in various places
[mailer.git] / templates / de / html / member / member_list_beg_row.tpl
index 7d80cc409320bba9d5b7b76cfb74796de0b089e9..6812612af1ed8e17034c43c190f5e59273f75b39 100644 (file)
@@ -1,6 +1,6 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom2">$content[cnt]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2">$content[userid]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2">$content[points]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2">$content[last_online]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">$content[cnt]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">$content[userid]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">{%pipe,translateComma=$content[points]%}</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">$content[last_online]</td>
 </tr>