A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / member / member_stats_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} top right" width="46%" colspan="2" align="center">
3                 {--EMAIL_SUBJECT--}:<br />
4                 <strong>$content[subject]</strong>
5         </td>
6         <td class="{%template,ColorSwitch%} top" width="54%" align="center">
7                 {--EMAIL_TIMESTAMP--}:<br />
8                 <strong>$content[timestamp_ordered]</strong>
9         </td>
10 </tr>
11 <tr>
12         <td colspan="2" align="center" class="{%template,ColorSwitch%} top right">
13                 {--EMAIL_PAYMENT--}:<br />
14                 <strong>{%pipe,getPaymentTitlePrice,translateComma=$content[payment_id]%}</strong>
15         </td>
16         <td align="center" class="{%template,ColorSwitch%} top">
17                 {--EMAIL_CATEGORY--}:<br />
18                 <strong>{%pipe,getCategory=$content[cat_id]%}</strong>
19         </td>
20 </tr>
21 <tr>
22         <td colspan="2" align="center" class="{%template,ColorSwitch%} top right">
23                 {--EMAIL_URL--}:<br />
24                 <strong><a href="{%pipe,generateDerefererUrl=$content[url]%}" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
25         </td>
26         <td align="center" class="{%template,ColorSwitch%} top">
27                 {--MEMBER_EMAIL_END_SEND--}:<br />
28                 <strong>$content[timestamp_sent]</strong>
29         </td>
30 </tr>
31 <tr>
32         <td align="center" class="{%template,ColorSwitch%} top right" width="30%">
33                 {--EMAIL_RECEIVERS--}:<br />
34                 <strong>{%pipe,translateComma=$content[max_rec]%}</strong>
35         </td>
36         <td align="center" class="{%template,ColorSwitch%} top right" width="16%">
37                 {--MEMBER_EMAIL_CONFIRMED--}:<br />
38                 <strong>{%pipe,translateComma=$content[clicks]%}</strong>
39         </td>
40         <td align="center" class="{%template,ColorSwitch%} top">
41                 {--MEMBER_EMAIL_PERCENT--}:<br />
42                 <strong>{%pipe,translateComma=$content[percents]%}%</strong>
43         </td>
44 </tr>