Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[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>$content[text]</strong>
13         </td>
14 </tr>
15 <tr>
16         <td colspan="2" align="center" class="{%template,ColorSwitch%} bottom right">
17                 {--EMAIL_PAYMENT--}:<br />
18                 <strong>{%pipe,getPaymentTitlePrice,translateComma=$content[payment_id]%}</strong>
19         </td>
20         <td align="center" class="{%template,ColorSwitch%} bottom">
21                 {--EMAIL_CATEGORY--}:<br />
22                 <strong>{%pipe,getCategory=$content[cat_id]%}</strong>
23         </td>
24 </tr>
25 <tr>
26         <td align="center" class="{%template,ColorSwitch%} bottom right">
27                 {--EMAIL_RECEIVERS--}:<br />
28                 <strong>{%pipe,translateComma=$content[target_send]%}</strong> ({--EMAIL_RUIDS--}:
29                 <strong>{%pipe,convertReceivers=$content[receivers]%}</strong>)
30         </td>
31         <td align="center" class="{%template,ColorSwitch%} bottom right">
32                 {--USERS_LINKS--}:<br />
33                 <strong>$content[unconfirmed]</strong>
34         </td>
35         <td align="center" class="{%template,ColorSwitch%} bottom">
36                 {--EMAIL_POOL_TYPE--}:<br />
37                 <strong>{%pipe,translatePoolType=$content[data_type]%}</strong>
38         </td>
39 </tr>
40 <tr>
41         <td align="center" class="{%template,ColorSwitch%} bottom right">
42                 {--EMAIL_TSEND--}:<br />
43                 <strong>$content[target_send]</strong>
44         </td>
45         <td align="center" class="{%template,ColorSwitch%} bottom right">
46                 {--EMAIL_URL--}:<br />
47                 <strong><a href="{%pipe,generateFrametesterUrl=$content[url]%}"
48                         target="_blank">{--ADMIN_TEST_URL--}</a></strong>
49         </td>
50         <td align="center" class="{%template,ColorSwitch%} bottom">
51                 {--EMAIL_TIMESTAMP--}:<br />
52                 <strong>$content[timestamp]</strong>
53         </td>
54 </tr>
55 <tr>
56         <td align="center" class="{%template,ColorSwitch%} bottom right" colspan="2">
57                 <div>{--EMAIL_URL--}:</div>
58                 <div><strong>$content[url]</strong></div>
59         </td>
60         <td align="center" class="{%template,ColorSwitch%} bottom">
61                 {--_UNUSED--}:<br />
62                 <strong>---</strong>
63         </td>
64 </tr>
65 <tr>
66         <td align="center" class="{%template,ColorSwitch%} 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>