]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_doubler_list_rows.tpl
Fixed missed [sw] things in a lot templates, added more EL:
[mailer.git] / templates / de / html / member / member_doubler_list_rows.tpl
index fd3b27cb6c79ae43cf1e285cc7dda21835452d8b..a7451f8aa9ef8a07a97fd6e567942b8809c55a9e 100644 (file)
@@ -1,10 +1,14 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center"
-               width="100">$content[uid]</td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center"
-               width="100">$content[rid]</td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center"
-               width="160">$content[points]</td>
-       <td class="switch_sw$content[sw] bottom2" align="center" width="160">
-       $content[stamp]</td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center" width="100">
+               $content[userid]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center" width="100">
+               $content[rid]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center" width="160">
+               {%pipe,translateComma=$content[points]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom" align="center" width="160">
+               $content[timemark]
+       </td>
 </tr>