]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_email_archiv_row.tpl
More rewrites/templates swapped out:
[mailer.git] / templates / de / html / admin / admin_email_archiv_row.tpl
index ad04d22f2fe1541dc385885ccfe162b08d3b0ffc..2bd5b2e67dcb4f9b4129ed13c076f78a960b07fc 100644 (file)
@@ -1,7 +1,7 @@
 <tr>
        <td class="switch_sw$content[sw] bottom right" width="23%" align="center">
                {--EMAIL_SENDER--}:<br />
-               <strong class="admin_misc">$content[u_link]</strong>
+               <strong class="admin_misc">{%pipe,generateUserProfileLink=$content[sender]%}</strong>
        </td>
        <td class="switch_sw$content[sw] bottom right" width="23%" align="center">
                {--EMAIL_SUBJECT--}:<br />
 <tr>
        <td colspan="2" align="center" class="switch_sw$content[sw] bottom right">
                {--EMAIL_PAYMENT--}:<br />
-               <strong class="admin_misc">{%pipe,translateComma=$content[pay]%}</strong>
+               <strong class="admin_misc">{%pipe,getPaymentTitlePrice,translateComma=$content[payment_id]%}</strong>
        </td>
        <td align="center" class="switch_sw$content[sw] bottom">
                {--EMAIL_CATEGORY--}:<br />
-               <strong class="admin_misc">$content[cat]</strong>
+               <strong class="admin_misc">{%pipe,getCategory=$content[cat_id]%}</strong>
        </td>
 </tr>
 <tr>
        <td align="center" class="switch_sw$content[sw] bottom right">
                {--EMAIL_RECEIVERS--}:<br />
                <strong class="admin_misc">$content[sent]</strong> ({--EMAIL_RUIDS--}:
-               <strong class="admin_misc">$content[ruserids]</strong>)
+               <strong class="admin_misc">{%pipe,convertReceivers=$content[receivers]%}</strong>)
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
                {--USERS_LINKS--}:<br />
@@ -34,7 +34,7 @@
        </td>
        <td align="center" class="switch_sw$content[sw] bottom">
                {--EMAIL_POOL_TYPE--}:<br />
-               <strong class="admin_misc">$content[type]</strong>
+               <strong class="admin_misc">{%pipe,translatePoolType=$content[data_type]%}</strong>
        </td>
 </tr>
 <tr>
@@ -44,7 +44,7 @@
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
                {--EMAIL_URL--}:<br />
-               <strong class="admin_misc"><a href="$content[frametester]"
+               <strong class="admin_misc"><a href="{%pipe,generateFrametesterUrl=$content[url]%}"
                        target="_blank">{--ADMIN_TEST_URL--}</a></strong>
        </td>
        <td align="center" class="switch_sw$content[sw] bottom">
@@ -64,6 +64,6 @@
 </tr>
 <tr>
        <td align="center" class="switch_sw$content[sw] bottom admin_del_link" colspan="3">
-               <a href="{%url=modules.php?module=admin&amp;what=del_email&amp;mid=$content[mid]%}">{--ADMIN_DELETE_NORMAL_MAIL--}</a>
+               <a href="{%url=modules.php?module=admin&amp;what=del_email&amp;mid=$content[id]%}">{--ADMIN_DELETE_NORMAL_MAIL--}</a>
        </td>
 </tr>