]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_stats_row.tpl
Theoretical working merge of mailid.php and mailid_top.php into mailid.php + a couple...
[mailer.git] / templates / de / html / member / member_stats_row.tpl
index 060b281d1d66b660031d3910fff2bfb571df9e59..8d221ccf551d3dc5f1819cb872e4125463a408ac 100644 (file)
 <tr>
        <td colspan="2" align="center" class="{%template,ColorSwitch%} top right">
                {--EMAIL_URL--}:<br />
-               <strong><a href="{%pipe,generateDerefererUrl=$content[url]%}" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
+               <strong><a href="{%pipe,generateDereferrerUrl=$content[url]%}" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
        </td>
        <td align="center" class="{%template,ColorSwitch%} top">
-               {--EMAIL_END_SEND--}:<br />
+               {--MEMBER_EMAIL_END_SEND--}:<br />
                <strong>$content[timestamp_sent]</strong>
        </td>
 </tr>
                <strong>{%pipe,translateComma=$content[max_rec]%}</strong>
        </td>
        <td align="center" class="{%template,ColorSwitch%} top right" width="16%">
-               {--EMAIL_CONFIRMED--}:<br />
+               {--MEMBER_EMAIL_CONFIRMED--}:<br />
                <strong>{%pipe,translateComma=$content[clicks]%}</strong>
        </td>
        <td align="center" class="{%template,ColorSwitch%} top">
-               {--EMAIL_PERCENT--}:<br />
-               <strong>{%pipe,translateComma=$content[percents]%}%</strong>
+               {--MEMBER_CLICK_RATE--}:<br />
+               <strong>{%pipe,translateComma=$content[click_rate]%}&#37;</strong>
        </td>
 </tr>