]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_doubler_list_rows.tpl
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / templates / de / html / member / member_doubler_list_rows.tpl
index d8a94472724317260eb19ff0e784816d52e9b1c6..eaf1308b1d8a7d8dd9b4509a54861780a35c0566 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>
-</TR>
+<tr>
+       <td class="{%template,ColorSwitch%} bottom right" align="center" width="100">
+               $content[userid]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center" width="100">
+               $content[refid]
+       </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>