]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_pool_row.tpl
Fixes and further rewrites to make use of EL
[mailer.git] / templates / de / html / member / member_pool_row.tpl
index 70e6f26dd9c0d25a89d670fdda8fa9db5071cf1b..053c2ee469864d06f02e1c3e3862323abef1d23f 100644 (file)
 <tr>
        <td align="center" class="switch_mem$content[sw] top right">
                {--EMAIL_PAYMENT--}:<br />
-               <strong>$content[pay]</strong>
+               <strong>{%pipe,translateComma=$content[payment_id]%}</strong>
        </td>
        <td align="center" class="switch_mem$content[sw] top right">
                {--EMAIL_CATEGORY--}:<br />
-               <strong>$content[cat]</strong>
+               <strong>{%pipe,getCategory=$content[cat_id]%}</strong>
        </td>
        <td align="center" class="switch_mem$content[sw] top">
                {--EMAIL_URL--}:<br />
-               <strong><a href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
+               <strong><a href="{%pipe,generateDerefererUrl=$content[url]%}" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
        </td>
 </tr>
 <tr>
        </td>
        <td align="center" class="switch_mem$content[sw] top right">
                {--EMAIL_TYPE--}:<br />
-               <strong>$content[type]</strong>
+               <strong>{%pipe,translatePoolType=$content[data_type]%}</strong>
        </td>
        <td align="center" class="switch_mem$content[sw] top">
                {--EMAIL_ZIP--}:<br />
-               <strong>$content[zip]</strong>
+               <strong>{%pipe,fixEmptyContentToDashes=$content[zip]%}</strong>
        </td>
 </tr>