Rewrites/fixes for handling config entries in SQLs
[mailer.git] / templates / de / html / member / member_pool_row.tpl
1 <tr>
2         <td class="switch_mem$content[sw] top right" width="30%" align="center">
3                 {--EMAIL_ID--}:<br />
4                 <strong>$content[id]</strong>
5         </td>
6         <td class="switch_mem$content[sw] top right" width="40%" align="center">
7                 {--EMAIL_SUBJECT--}:<br />
8                 <strong>$content[subject]</strong>
9         </td>
10         <td class="switch_mem$content[sw] top" width="30%" align="center">
11                 {--EMAIL_TIMESTAMP--}:<br />
12                 <strong>$content[timestamp]</strong>
13         </td>
14 </tr>
15 <tr>
16         <td align="center" class="switch_mem$content[sw] top right">
17                 {--EMAIL_PAYMENT--}:<br />
18                 <strong>{%pipe,translateComma=$content[pay]%}</strong>
19         </td>
20         <td align="center" class="switch_mem$content[sw] top right">
21                 {--EMAIL_CATEGORY--}:<br />
22                 <strong>$content[cat]</strong>
23         </td>
24         <td align="center" class="switch_mem$content[sw] top">
25                 {--EMAIL_URL--}:<br />
26                 <strong><a href="$content[url]" target="_blank">{--MEMBER_TEST_URL--}</a></strong>
27         </td>
28 </tr>
29 <tr>
30         <td align="center" class="switch_mem$content[sw] top right">
31                 {--EMAIL_RECEIVERS--}:<br />
32                 <strong>$content[target_send]</strong>
33         </td>
34         <td align="center" class="switch_mem$content[sw] top right">
35                 {--EMAIL_TYPE--}:<br />
36                 <strong>$content[type]</strong>
37         </td>
38         <td align="center" class="switch_mem$content[sw] top">
39                 {--EMAIL_ZIP--}:<br />
40                 <strong>$content[zip]</strong>
41         </td>
42 </tr>