X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fmember%2Fmember_stats_row.tpl;h=1b1c557bec4a9d7ef2171bdafd87885b85bbb751;hp=b92598825d07a8a7a8fa56b76e5bbb8de899600b;hb=6c0abc9f643c69610fe87be0ddb1a5dab95c6d39;hpb=75ad748a68473ace540251427a74fb781b1145e9 diff --git a/templates/de/html/member/member_stats_row.tpl b/templates/de/html/member/member_stats_row.tpl index b92598825d..1b1c557bec 100644 --- a/templates/de/html/member/member_stats_row.tpl +++ b/templates/de/html/member/member_stats_row.tpl @@ -1,36 +1,44 @@ - - {--EMAIL_SUBJECT--}:
- $content[subj] - - {--EMAIL_TIMESTAMP--}:
- $content[stamp] - - - - {--EMAIL_PAYMENT--}:
- $content[pay] - - {--EMAIL_CATEGORY--}:
- $content[cat] - - - - {--EMAIL_URL--}:
- {--MEMBER_TEST_URL--} - - - {--EMAIL_END_SEND--}:
- $content[sent] - - - - {--EMAIL_RECEIVERS--}:
- $content[recs] - - {--EMAIL_CONFIRMED--}:
- $content[clix] - - {--EMAIL_PERCENT--}:
- $content[perc] - + + + {--EMAIL_SUBJECT--}:
+ $content[subject] + + + {--EMAIL_TIMESTAMP--}:
+ $content[timestamp_ordered] + + + + + {--EMAIL_PAYMENT--}:
+ {%pipe,getPaymentTitlePrice,translateComma=$content[payment_id]%} + + + {--EMAIL_CATEGORY--}:
+ {%pipe,getCategory=$content[cat_id]%} + + + + + {--EMAIL_URL--}:
+ {--MEMBER_TEST_URL--} + + + {--MEMBER_EMAIL_END_SEND--}:
+ $content[timestamp_sent] + + + + + {--EMAIL_RECEIVERS--}:
+ {%pipe,translateComma=$content[max_rec]%} + + + {--MEMBER_EMAIL_CONFIRMED--}:
+ {%pipe,translateComma=$content[clicks]%} + + + {--MEMBER_EMAIL_PERCENT--}:
+ {%pipe,translateComma=$content[percents]%}% + +