X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fmember%2Fmember_stats_row.tpl;h=8d221ccf551d3dc5f1819cb872e4125463a408ac;hb=fb1ce068a47e783caabea977fb963784f60dcbb9;hp=f7f5554a89bbd61d1175f6861f25e3b9a0ea3f69;hpb=8193d561bd74568fb3da36ec84ee90e0316ed32f;p=mailer.git diff --git a/templates/de/html/member/member_stats_row.tpl b/templates/de/html/member/member_stats_row.tpl index f7f5554a89..8d221ccf55 100644 --- a/templates/de/html/member/member_stats_row.tpl +++ b/templates/de/html/member/member_stats_row.tpl @@ -1,44 +1,44 @@ - + {--EMAIL_SUBJECT--}:
$content[subject] - + {--EMAIL_TIMESTAMP--}:
- $content[stamp] + $content[timestamp_ordered] - + {--EMAIL_PAYMENT--}:
- $content[pay] + {%pipe,getPaymentTitlePrice,translateComma=$content[payment_id]%} - + {--EMAIL_CATEGORY--}:
- $content[cat] + {%pipe,getCategory=$content[cat_id]%} - + {--EMAIL_URL--}:
- {--MEMBER_TEST_URL--} + {--MEMBER_TEST_URL--} - - {--EMAIL_END_SEND--}:
- $content[sent] + + {--MEMBER_EMAIL_END_SEND--}:
+ $content[timestamp_sent] - + {--EMAIL_RECEIVERS--}:
- $content[recs] + {%pipe,translateComma=$content[max_rec]%} - - {--EMAIL_CONFIRMED--}:
- $content[clix] + + {--MEMBER_EMAIL_CONFIRMED--}:
+ {%pipe,translateComma=$content[clicks]%} - - {--EMAIL_PERCENT--}:
- $content[percents] + + {--MEMBER_CLICK_RATE--}:
+ {%pipe,translateComma=$content[click_rate]%}%