]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payouts_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_list_payouts_row.tpl
index 141ec93effe61bd3c7b776d680f39fd66fb1aaa5..64e06741471481de9bc53981387e03ba9c1b3e0c 100644 (file)
@@ -1,8 +1,8 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom right">{%pipe,generateUserProfileLink=$content[userid]%}</td>
-       <td align="center" class="switch_sw$content[sw] bottom right">{%pipe,translateComma=$content[payout_total]%} $content[type]</td>
-       <td align="center" class="switch_sw$content[sw] bottom right">$content[target_account]</td>
-       <td align="center" class="switch_sw$content[sw] bottom right">$content[target_bank]</td>
-       <td align="center" class="switch_sw$content[sw] bottom right">$content[payout_timestamp]</td>
-       <td align="center" class="switch_sw$content[sw] bottom">$content[status]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">{%pipe,generateUserProfileLink=$content[userid]%}</td>
+       <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">$content[status]</td>
 </tr>