]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_payout_row.tpl
Next phase of rewrite: member_header->header_column and other CSS class fixes/rewrites
[mailer.git] / templates / de / html / member / member_payout_row.tpl
index b8f537fa69885eb83db12ac03359937aa6c0bdf0..5bfab6ed7044bb11f9ad972b7ad6ff03445c2dec 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="switch_sw$content[sw] bottom right">$content[points]</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>
+</tr>