]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payouts_row.tpl
Fix for template error
[mailer.git] / templates / de / html / admin / admin_list_payouts_row.tpl
index da6d51f7529067c6741f550312beaeead9e9f47b..141ec93effe61bd3c7b776d680f39fd66fb1aaa5 100644 (file)
@@ -1,8 +1,8 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[ulink]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[ptype]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[account]</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[tstamp]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2">$content[status]</td>
-</tr>
\ No newline at end of file
+       <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>
+</tr>