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=cb165384143b72d0fc493900ca9aabd7af090f1f;hpb=c10691a8c7e0f2d04f5c7b0e705a21375f9f5f31;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 cb16538414..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_SENDER--}:
+ {%pipe,generateUserProfileLink=$content[sender]%} + + + {--EMAIL_SUBJECT--}:
+ $content[subject] + + + {--EMAIL_TEXT--}:
+
$content[text]
+ - - - {--EMAIL_PAYMENT--}:
-
$content[payment] - - - {--EMAIL_CATEGORY--}:
-
$content[category] - + + {--EMAIL_PAYMENT--}:
+ {%pipe,getPaymentTitlePrice=$content[payment_id]%} + + + {--EMAIL_CATEGORY--}:
+ {%pipe,getCategory=$content[cat_id]%} + - - - {--EMAIL_RECEIVERS--}:
-
$content[sent_email]
- ({--EMAIL_RUIDS--}:
$content[receivers]
) - - - {--USERS_LINKS--}:
-
$content[unconfirmed]
- - - {--EMAIL_POOL_TYPE--}:
-
$content[type]
- + + {--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--}:
-
$content[target_send]
- - - {--EMAIL_URL--}:
- - - - {--EMAIL_TIMESTAMP--}:
-
$content[timestamp]
- + + {--EMAIL_TSEND--}:
+ {%pipe,translateComma=$content[target_send]%} + + + {--EMAIL_URL--}:
+ {--ADMIN_TEST_URL--} + + + {--EMAIL_TIMESTAMP--}:
+ $content[timestamp] + - - {--ADMIN_DELETE_NORMAL_MAIL--} - + + {%template,AdminMemberMailLinks=$content[id]%} +