X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_list_emails_row.tpl;h=c8e4797e6e2e7c6ec691843fc80ef30e13fb3d22;hb=f71bb5069ef2fc17bb726a6cc91331efc02eb697;hp=e9c85210972aac9fc1c24e4ad322af2d732a644b;hpb=b9015c3fb6b46a770379c87561bdc65df4aca396;p=mailer.git diff --git a/templates/de/html/admin/admin_list_emails_row.tpl b/templates/de/html/admin/admin_list_emails_row.tpl index e9c8521097..c8e4797e6e 100644 --- a/templates/de/html/admin/admin_list_emails_row.tpl +++ b/templates/de/html/admin/admin_list_emails_row.tpl @@ -1,61 +1,59 @@ - - - {--EMAIL_SENDER--}:
- $content[sender_link] - - - {--EMAIL_SUBJECT--}:
- $content[subject] - - - {--EMAIL_TEXT--}:
- $content[text] - - - - - - {--EMAIL_PAYMENT--}:
- $content[payment] - - - {--EMAIL_CATEGORY--}:
- $content[category] - - - - - - {--EMAIL_RECEIVERS--}:
- $content[sent_email] - ({--EMAIL_RUIDS--}: $content[receivers]) - - - {--USERS_LINKS--}:
- $content[unconfirmed] - - - {--EMAIL_POOL_TYPE--}:
- $content[type] - - - - - - {--EMAIL_TSEND--}:
- $content[target_send] - - - {--EMAIL_URL--}:
- {--ADMIN_TEST_URL--} - - - {--EMAIL_TIMESTAMP--}:
- $content[timestamp] - - - - - {--ADMIN_DELETE_NORMAL_MAIL--} - - + + + {--EMAIL_SENDER--}:
+ {%pipe,generateUserProfileLink=$content[sender]%} + + + {--EMAIL_SUBJECT--}:
+ $content[subject] + + + {--EMAIL_TEXT--}:
+
$content[text]
+ + + + + {--EMAIL_PAYMENT--}:
+ {%pipe,getPaymentTitlePrice=$content[payment_id]%} + + + {--EMAIL_CATEGORY--}:
+ {%pipe,getCategory=$content[cat_id]%} + + + + + {--EMAIL_RECEIVERS--}:
+
{%pipe,translateComma=$content[mails_sent]%}
+ ({--EMAIL_RUIDS--}: +
{%pipe,convertReceivers=$content[receivers]%}
) + + + {--USERS_LINKS--}:
+ $content[unconfirmed] + + + {--EMAIL_POOL_TYPE--}:
+ {%pipe,translatePoolType=$content[data_type]%} + + + + + {--EMAIL_TSEND--}:
+ {%pipe,translateComma=$content[target_send]%} + + + {--EMAIL_URL--}:
+ {--ADMIN_TEST_URL--} + + + {--EMAIL_TIMESTAMP--}:
+ $content[timestamp] + + + + + {%template,AdminMemberMailLinks=$content[id]%} + +