]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_stats_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / member / member_stats_row.tpl
index f7f5554a89bbd61d1175f6861f25e3b9a0ea3f69..1b1c557bec4a9d7ef2171bdafd87885b85bbb751 100644 (file)
@@ -1,44 +1,44 @@
 <tr>
-       <td class="switch_mem$content[sw] top2 right" width="46%" colspan="2" align="center">
+       <td class="{%template,ColorSwitch%} top right" width="46%" colspan="2" align="center">
                {--EMAIL_SUBJECT--}:<br />
                <strong>$content[subject]</strong>
        </td>
-       <td class="switch_mem$content[sw] top2" width="54%" align="center">
+       <td class="{%template,ColorSwitch%} top" width="54%" align="center">
                {--EMAIL_TIMESTAMP--}:<br />
-               <strong>$content[stamp]</strong>
+               <strong>$content[timestamp_ordered]</strong>
        </td>
 </tr>
 <tr>
-       <td colspan="2" align="center" class="switch_mem$content[sw] top right">
+       <td colspan="2" align="center" class="{%template,ColorSwitch%} top right">
                {--EMAIL_PAYMENT--}:<br />
-               <strong>$content[pay]</strong>
+               <strong>{%pipe,getPaymentTitlePrice,translateComma=$content[payment_id]%}</strong>
        </td>
-       <td align="center" class="switch_mem$content[sw] top">
+       <td align="center" class="{%template,ColorSwitch%} top">
                {--EMAIL_CATEGORY--}:<br />
-               <strong>$content[cat]</strong>
+               <strong>{%pipe,getCategory=$content[cat_id]%}</strong>
        </td>
 </tr>
 <tr>
-       <td colspan="2" align="center" class="switch_mem$content[sw] top right">
+       <td colspan="2" align="center" class="{%template,ColorSwitch%} top right">
                {--EMAIL_URL--}:<br />
-               <strong><a href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
+               <strong><a href="{%pipe,generateDerefererUrl=$content[url]%}" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
        </td>
-       <td align="center" class="switch_mem$content[sw] top">
-               {--EMAIL_END_SEND--}:<br />
-               <strong>$content[sent]</strong>
+       <td align="center" class="{%template,ColorSwitch%} top">
+               {--MEMBER_EMAIL_END_SEND--}:<br />
+               <strong>$content[timestamp_sent]</strong>
        </td>
 </tr>
 <tr>
-       <td align="center" class="switch_mem$content[sw] top right" width="30%">
+       <td align="center" class="{%template,ColorSwitch%} top right" width="30%">
                {--EMAIL_RECEIVERS--}:<br />
-               <strong>$content[recs]</strong>
+               <strong>{%pipe,translateComma=$content[max_rec]%}</strong>
        </td>
-       <td align="center" class="switch_mem$content[sw] top right" width="16%">
-               {--EMAIL_CONFIRMED--}:<br />
-               <strong>$content[clix]</strong>
+       <td align="center" class="{%template,ColorSwitch%} top right" width="16%">
+               {--MEMBER_EMAIL_CONFIRMED--}:<br />
+               <strong>{%pipe,translateComma=$content[clicks]%}</strong>
        </td>
-       <td align="center" class="switch_mem$content[sw] top">
-               {--EMAIL_PERCENT--}:<br />
-               <strong>$content[percents]</strong>
+       <td align="center" class="{%template,ColorSwitch%} top">
+               {--MEMBER_EMAIL_PERCENT--}:<br />
+               <strong>{%pipe,translateComma=$content[percents]%}%</strong>
        </td>
 </tr>