X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_email_archiv_row.tpl;h=d27f4368aa7eabca89a48fabef0ca3d9e0ed9075;hb=8ce32e702f3caa76b8d446902948e83e1e6854c8;hp=ad04d22f2fe1541dc385885ccfe162b08d3b0ffc;hpb=0715fa7aa8e5e70bcf1d957fb09ae655c3896c4e;p=mailer.git diff --git a/templates/de/html/admin/admin_email_archiv_row.tpl b/templates/de/html/admin/admin_email_archiv_row.tpl index ad04d22f2f..d27f4368aa 100644 --- a/templates/de/html/admin/admin_email_archiv_row.tpl +++ b/templates/de/html/admin/admin_email_archiv_row.tpl @@ -1,69 +1,69 @@ - + {--EMAIL_SENDER--}:
- $content[u_link] + {%pipe,generateUserProfileLink=$content[sender]%} - + {--EMAIL_SUBJECT--}:
- $content[subject] + {%pipe,encodeEntities=$content[subject]%} - + {--EMAIL_TEXT--}:
- $content[text] +
$content[text]
- + {--EMAIL_PAYMENT--}:
- {%pipe,translateComma=$content[pay]%} + {%pipe,getPaymentTitlePrice,translateComma=$content[payment_id]%} - + {--EMAIL_CATEGORY--}:
- $content[cat] + {%pipe,getCategory=$content[cat_id]%} - + {--EMAIL_RECEIVERS--}:
- $content[sent] ({--EMAIL_RUIDS--}: - $content[ruserids]) + {%pipe,translateComma=$content[target_send]%} ({--EMAIL_RUIDS--}: + {%pipe,convertReceivers=$content[receivers]%}) - + {--USERS_LINKS--}:
- $content[unconfirmed] + $content[unconfirmed] - + {--EMAIL_POOL_TYPE--}:
- $content[type] + {%pipe,translatePoolType=$content[data_type]%} - + {--EMAIL_TSEND--}:
- $content[target_send] + $content[target_send] - + {--EMAIL_URL--}:
- {--ADMIN_TEST_URL--} - + {--EMAIL_TIMESTAMP--}:
- $content[timestamp] + $content[timestamp] - +
{--EMAIL_URL--}:
-
$content[url]
+
$content[url]
- + {--_UNUSED--}:
- --- + --- - - {--ADMIN_DELETE_NORMAL_MAIL--} + + {%template,AdminMemberMailLinks=$content[id]%}