]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_list_beg_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_list_beg_row.tpl
index e61187927985123d6b6fa2a24d014c78aba80215..171e50ce48ab4e0c31b641b118ef9029a2a16940 100644 (file)
@@ -1,6 +1,14 @@
-<TR>
-       <TD align="center" class="switch_sw$content[sw] bottom2">$content[cnt]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">$content[uid]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">$content[points]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">$content[last]</TD>
-</TR>
+<tr>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               {%pipe,translateComma=$content[count]%}
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               $content[userid]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               {%user,beg_points,translateComma=$content[userid]%}
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               $content[last_online]
+       </td>
+</tr>