]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payouts_row.tpl
Yet another bunch of EL/surfbar fixes
[mailer.git] / templates / de / html / admin / admin_list_payouts_row.tpl
index aa17a853cc57b851dbf7e609826ce0a907a09915..141ec93effe61bd3c7b776d680f39fd66fb1aaa5 100644 (file)
@@ -1,8 +1,8 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom right">$content[ulink]</td>
-       <td align="center" class="switch_sw$content[sw] bottom right">$content[ptype]</td>
-       <td align="center" class="switch_sw$content[sw] bottom right">$content[account]</td>
-       <td align="center" class="switch_sw$content[sw] bottom right">$content[bank]</td>
-       <td align="center" class="switch_sw$content[sw] bottom right">$content[tstamp]</td>
+       <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>
\ No newline at end of file
+</tr>