New extension added, more EL-rewrites, naming-convention applied:
[mailer.git] / templates / de / html / admin / admin_email_archiv_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom right" width="23%" align="center">
3                 {--EMAIL_SENDER--}:<br />
4                 <strong class="admin_misc">{%pipe,generateUserProfileLink=$content[sender]%}</strong>
5         </td>
6         <td class="switch_sw$content[sw] bottom right" width="23%" align="center">
7                 {--EMAIL_SUBJECT--}:<br />
8                 <strong class="admin_misc">$content[subject]</strong>
9         </td>
10         <td class="switch_sw$content[sw] bottom" width="54%" align="center">
11                 {--EMAIL_TEXT--}:<br />
12                 <strong class="admin_misc">$content[text]</strong>
13         </td>
14 </tr>
15 <tr>
16         <td colspan="2" align="center" class="switch_sw$content[sw] bottom right">
17                 {--EMAIL_PAYMENT--}:<br />
18                 <strong class="admin_misc">{%pipe,getPaymentTitlePrice,translateComma=$content[payment_id]%}</strong>
19         </td>
20         <td align="center" class="switch_sw$content[sw] bottom">
21                 {--EMAIL_CATEGORY--}:<br />
22                 <strong class="admin_misc">{%pipe,getCategory=$content[cat_id]%}</strong>
23         </td>
24 </tr>
25 <tr>
26         <td align="center" class="switch_sw$content[sw] bottom right">
27                 {--EMAIL_RECEIVERS--}:<br />
28                 <strong class="admin_misc">$content[sent]</strong> ({--EMAIL_RUIDS--}:
29                 <strong class="admin_misc">{%pipe,convertReceivers=$content[receivers]%}</strong>)
30         </td>
31         <td align="center" class="switch_sw$content[sw] bottom right">
32                 {--USERS_LINKS--}:<br />
33                 <strong class="admin_misc">$content[unconfirmed]</strong>
34         </td>
35         <td align="center" class="switch_sw$content[sw] bottom">
36                 {--EMAIL_POOL_TYPE--}:<br />
37                 <strong class="admin_misc">{%pipe,translatePoolType=$content[data_type]%}</strong>
38         </td>
39 </tr>
40 <tr>
41         <td align="center" class="switch_sw$content[sw] bottom right">
42                 {--EMAIL_TSEND--}:<br />
43                 <strong class="admin_misc">$content[target_send]</strong>
44         </td>
45         <td align="center" class="switch_sw$content[sw] bottom right">
46                 {--EMAIL_URL--}:<br />
47                 <strong class="admin_misc"><a href="{%pipe,generateFrametesterUrl=$content[url]%}"
48                         target="_blank">{--ADMIN_TEST_URL--}</a></strong>
49         </td>
50         <td align="center" class="switch_sw$content[sw] bottom">
51                 {--EMAIL_TIMESTAMP--}:<br />
52                 <strong class="admin_misc">$content[timestamp]</strong>
53         </td>
54 </tr>
55 <tr>
56         <td align="center" class="switch_sw$content[sw] bottom right" colspan="2">
57                 <div>{--EMAIL_URL--}:</div>
58                 <div><strong class="admin_misc">$content[url]</strong></div>
59         </td>
60         <td align="center" class="switch_sw$content[sw] bottom">
61                 {--_UNUSED--}:<br />
62                 <strong class="admin_misc">---</strong>
63         </td>
64 </tr>
65 <tr>
66         <td align="center" class="switch_sw$content[sw] bottom admin_del_link" colspan="3">
67                 <a href="{%url=modules.php?module=admin&amp;what=del_email&amp;mid=$content[id]%}">{--ADMIN_DELETE_NORMAL_MAIL--}</a>
68         </td>
69 </tr>