X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fadmin%2Fadmin_list_emails_row.tpl;h=c8e4797e6e2e7c6ec691843fc80ef30e13fb3d22;hb=5ef42cb239e9225f160f5963a718f14bc70a1866;hp=615f6e1697a14762dbaba7dea5ab9a11cb907b99;hpb=56156f6c4392510cdbe0eb4f2ccefc23b43e2672;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 615f6e1697..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]%} + +