X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=templates%2Fde%2Fhtml%2Fmember%2Fmember_stats_row.tpl;h=060b281d1d66b660031d3910fff2bfb571df9e59;hb=8a6e7429f376fda6123c27ecbec8c192972bcd42;hp=d423a9645da1d230f48918665bc9226bf272f826;hpb=c4674069e62a14c340e233be0b2c9ce627a9339c;p=mailer.git diff --git a/templates/de/html/member/member_stats_row.tpl b/templates/de/html/member/member_stats_row.tpl index d423a9645d..060b281d1d 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[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] + $content[timestamp_sent] - + {--EMAIL_RECEIVERS--}:
- $content[target_send] + {%pipe,translateComma=$content[max_rec]%} - + {--EMAIL_CONFIRMED--}:
- $content[clix] + {%pipe,translateComma=$content[clicks]%} - + {--EMAIL_PERCENT--}:
- $content[percents] + {%pipe,translateComma=$content[percents]%}%