URL in email archive and details now displayed
[mailer.git] / templates / de / html / admin / admin_list_bonus_emails_row.tpl
1 <tr>
2   <td class="bottom top2 right" colspan="2" width="46%" align="center">
3     {--EMAIL_SUBJECT--}:<br />
4     <strong class="admin_misc">$content[subject]</strong>
5   </td>
6   <td class="bottom top2" width="54%" align="center">
7     {--EMAIL_TEXT--}:<br />
8     <strong class="admin_misc">$content[text]</strong>
9   </td>
10 </tr>
11 <tr><td height="5" colspan="3" class="seperator">&nbsp;</td></tr>
12 <tr>
13   <td align="center" class="top bottom right" width="23%">
14     {--EMAIL_POINTS--}:<br />
15     <strong class="admin_misc">$content[points] {!POINTS!}</strong>
16   </td>
17   <td align="center" class="top bottom right" width="23%">
18     {--EMAIL_SECONDS--}:<br />
19     <strong class="admin_misc">$content[time]</strong>
20   </td>
21   <td align="center" class="top bottom">
22     {--EMAIL_CATEGORY--}:<br />
23     <strong class="admin_misc">$content[category]</strong>
24   </td>
25 </tr>
26 <tr><td height="5" colspan="3" class="seperator">&nbsp;</td></tr>
27 <tr>
28   <td align="center" class="top bottom right">
29     {--EMAIL_RECEIVERS--}:<br />
30     <strong class="admin_misc">$content[mails_sent]</strong>
31     ({--EMAIL_RUIDS--}: <strong class="admin_misc">$content[receivers]</strong>)
32   </td>
33   <td align="center" class="top bottom right">
34     {--USERS_LINKS--}:<br />
35     <strong class="admin_misc">$content[unconfirmed]</strong>
36   </td>
37   <td align="center" class="top bottom">
38     {--EMAIL_POOL_TYPE--}:<br />
39     <strong class="admin_misc">$content[type]</strong>
40   </td>
41 </tr>
42 <tr><td height="5" colspan="3" class="seperator">&nbsp;</td></tr>
43 <tr>
44   <td align="center" class="top bottom right">
45     {--EMAIL_TSEND--}:<br />
46     <strong class="admin_misc">$content[target_send]</strong>
47   </td>
48   <td align="center" class="top bottom right">
49     {--EMAIL_URL--}:<br />
50     <strong class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
51   </td>
52   <td align="center" class="top bottom">
53     {--EMAIL_TIMESTAMP--}:<br />
54     <strong class="admin_misc">$content[timestamp]</strong>
55   </td>
56 </tr>
57 <tr><td height="5" colspan="3" class="seperator">&nbsp;</td></tr>
58 <tr>
59   <td align="center" class="top right" colspan="2">
60     {--EMAIL_URL--}:<br />
61     <strong class="admin_misc">$content[url]</strong>
62   </td>
63   <td align="center" class="top">
64     {--__UNUSED--}:<br />
65     <strong class="admin_misc">---</strong>
66   </td>
67 </tr>
68 <tr>
69   <td align="center" class="top2 admin_del_link" colspan="3">
70     <a href="{--URL--}/modules.php?module=admin&amp;what=del_email&amp;bid=$content[id]">{--ADMIN_DELETE_BONUS_MAIL--}</a>
71   </td>
72 </tr>