Rewrite of language strings
[mailer.git] / templates / de / html / member / member_stats_row.tpl
1 <tr>
2         <td class="switch_mem$content[sw] top right" width="46%" colspan="2" align="center">
3                 {--EMAIL_SUBJECT--}:<br />
4                 <strong>$content[subject]</strong>
5         </td>
6         <td class="switch_mem$content[sw] 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="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[target_send]</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[percents]</strong>
43         </td>
44 </tr>