]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_pool_row.tpl
Even more rewrites to make usage of EL
[mailer.git] / templates / de / html / member / member_pool_row.tpl
index 5789fec6be7c59faecaf79f7a4e792a12ad5b316..053c2ee469864d06f02e1c3e3862323abef1d23f 100644 (file)
@@ -1,13 +1,13 @@
 <tr>
-       <td class="switch_mem$content[sw] top2 right" width="30%" align="center">
+       <td class="switch_mem$content[sw] top right" width="30%" align="center">
                {--EMAIL_ID--}:<br />
                <strong>$content[id]</strong>
        </td>
-       <td class="switch_mem$content[sw] top2 right2" width="40%" align="center">
+       <td class="switch_mem$content[sw] top right" width="40%" align="center">
                {--EMAIL_SUBJECT--}:<br />
                <strong>$content[subject]</strong>
        </td>
-       <td class="switch_mem$content[sw] top2" width="30%" align="center">
+       <td class="switch_mem$content[sw] top" width="30%" align="center">
                {--EMAIL_TIMESTAMP--}:<br />
                <strong>$content[timestamp]</strong>
        </td>
 <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>