]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_payouts_row.tpl
New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / templates / de / html / admin / admin_list_payouts_row.tpl
index 141ec93effe61bd3c7b776d680f39fd66fb1aaa5..9fa07451c7b5d76281587bbe25c3133aca7ae89f 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">{%pipe,fixEmptyContentToDashes=$content[target_account]%}</td>
+       <td align="center" class="switch_sw$content[sw] bottom right">{%pipe,fixEmptyContentToDashes=$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>