]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_email_archiv_row.tpl
The usual changes: forms fixed
[mailer.git] / templates / de / html / admin / admin_email_archiv_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" width="23%" align="center">
3                 {--EMAIL_SENDER--}:<br />
4                 <strong>{%pipe,generateUserProfileLink=$content[sender]%}</strong>
5         </td>
6         <td class="{%template,ColorSwitch%} bottom right" width="23%" align="center">
7                 {--EMAIL_SUBJECT--}:<br />
8                 <strong>{%pipe,encodeEntities=$content[subject]%}</strong>
9         </td>
10         <td class="{%template,ColorSwitch%} bottom" width="54%" align="center">
11                 {--EMAIL_TEXT--}:<br />
12                 <strong><pre>$content[text]</pre></strong>
13         </td>
14 </tr>
15
16 <tr>
17         <td colspan="2" align="center" class="{%template,ColorSwitch%} bottom right">
18                 {--EMAIL_PAYMENT--}:<br />
19                 <strong>{%pipe,getPaymentTitlePrice,translateComma=$content[payment_id]%}</strong>
20         </td>
21         <td align="center" class="{%template,ColorSwitch%} bottom">
22                 {--EMAIL_CATEGORY--}:<br />
23                 <strong>{%pipe,getCategory=$content[cat_id]%}</strong>
24         </td>
25 </tr>
26
27 <tr>
28         <td align="center" class="{%template,ColorSwitch%} bottom right">
29                 {--EMAIL_RECEIVERS--}:<br />
30                 <strong>{%pipe,translateComma=$content[target_send]%}</strong> ({--EMAIL_RUIDS--}:
31                 <strong>{%pipe,convertReceivers=$content[receivers]%}</strong>)
32         </td>
33         <td align="center" class="{%template,ColorSwitch%} bottom right">
34                 {--USERS_LINKS--}:<br />
35                 <strong>$content[unconfirmed]</strong>
36         </td>
37         <td align="center" class="{%template,ColorSwitch%} bottom">
38                 {--EMAIL_POOL_TYPE--}:<br />
39                 <strong>{%pipe,translatePoolType=$content[data_type]%}</strong>
40         </td>
41 </tr>
42
43 <tr>
44         <td align="center" class="{%template,ColorSwitch%} bottom right">
45                 {--EMAIL_TSEND--}:<br />
46                 <strong>$content[target_send]</strong>
47         </td>
48         <td align="center" class="{%template,ColorSwitch%} bottom right">
49                 {--EMAIL_URL--}:<br />
50                 <strong><a href="{%pipe,generateFrametesterUrl=$content[url]%}"
51                         target="_blank">{--ADMIN_TEST_URL--}</a></strong>
52         </td>
53         <td align="center" class="{%template,ColorSwitch%} bottom">
54                 {--EMAIL_TIMESTAMP--}:<br />
55                 <strong>$content[timestamp]</strong>
56         </td>
57 </tr>
58
59 <tr>
60         <td align="center" class="{%template,ColorSwitch%} bottom right" colspan="2">
61                 <div>{--EMAIL_URL--}:</div>
62                 <div><strong>$content[url]</strong></div>
63         </td>
64         <td align="center" class="{%template,ColorSwitch%} bottom">
65                 {--_UNUSED--}:<br />
66                 <strong>---</strong>
67         </td>
68 </tr>
69
70 <tr>
71         <td align="center" class="{%template,ColorSwitch%} bottom admin_delete_link" colspan="3">
72                 {%template,AdminMemberMailLinks=$content[id]%}
73         </td>
74 </tr>