Skyscraper now in member menu supported (you need to update/patch member_header.tpl...
[mailer.git] / templates / de / html / member / member_stats_row.tpl
1 <TR>
2         <TD class="switch_mem$content[sw] top2 right" width="46%" colspan="2" align="center">
3                 {--EMAIL_SUBJECT--}:<br />
4                 <STRONG>$content[subj]</STRONG>
5         </TD>
6         <TD class="switch_mem$content[sw] top2" width="54%" align="center">
7                 {--EMAIL_TIMESTAMP--}:<br />
8                 <STRONG>$content[stamp]</STRONG>
9         </TD>
10 </TR>
11 <TR>
12         <TD colspan="2" align="center" class="switch_mem$content[sw] top right">
13                 {--EMAIL_PAYMENT--}:<br />
14                 <STRONG>$content[pay]</STRONG>
15         </TD>
16         <TD align="center" class="switch_mem$content[sw] top">
17                 {--EMAIL_CATEGORY--}:<br />
18                 <STRONG>$content[cat]</STRONG>
19         </TD>
20 </TR>
21 <TR>
22         <TD colspan="2" align="center" class="switch_mem$content[sw] top right">
23                 {--EMAIL_URL--}:<br />
24                 <STRONG><A href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</A></STRONG>
25         </TD>
26         <TD align="center" class="switch_mem$content[sw] top">
27                 {--EMAIL_END_SEND--}:<br />
28                 <STRONG>$content[sent]</STRONG>
29         </TD>
30 </TR>
31 <TR>
32         <TD align="center" class="switch_mem$content[sw] top right" width="30%">
33                 {--EMAIL_RECEIVERS--}:<br />
34                 <STRONG>$content[recs]</STRONG>
35         </TD>
36         <TD align="center" class="switch_mem$content[sw] top right" width="16%">
37                 {--EMAIL_CONFIRMED--}:<br />
38                 <STRONG>$content[clix]</STRONG>
39         </TD>
40         <TD align="center" class="switch_mem$content[sw] top">
41                 {--EMAIL_PERCENT--}:<br />
42                 <STRONG>$content[perc]</STRONG>
43         </TD>
44 </TR>