]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_payout_row.tpl
Extension ext-surfbar continued:
[mailer.git] / templates / de / html / member / member_payout_row.tpl
index b8f537fa69885eb83db12ac03359937aa6c0bdf0..5a9a5532d28f840a7f27076cdd5fc9de7c97f913 100644 (file)
@@ -1,7 +1,7 @@
-<TR>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[points]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[acc]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[bank]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[stamp]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">$content[status]</TD>
-</TR>
+<tr>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,translateComma=$content[payout_total]%} $content[type]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,fixEmptyContentToDashes=$content[target_account]%}</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,fixEmptyContentToDashes=$content[target_bank]%}</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">$content[payout_timestamp]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom">{%pipe,translatePayoutStatus=$content[status]%}</td>
+</tr>