Even more rewrites/fixes from EL branch (please report any broken part after you...
[mailer.git] / templates / de / html / admin / admin_list_notify_emails_row.tpl
1 <tr>
2   <td class="bottom top 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 top" width="54%" align="center">
7     {--EMAIL_TEXT--}:<br />
8     <strong class="admin_misc">$content[text]</strong>
9   </td>
10 </tr>
11 <tr>
12   <td align="center" class="top bottom right" width="23%">
13     {--EMAIL_POINTS--}:<br />
14     <strong class="admin_misc">$content[points] {?POINTS?}</strong>
15   </td>
16   <td align="center" class="top bottom right" width="23%">
17     {--EMAIL_SECONDS--}:<br />
18     <strong class="admin_misc">$content[time]</strong>
19   </td>
20   <td align="center" class="top bottom">
21     {--EMAIL_CATEGORY--}:<br />
22     <strong class="admin_misc">$content[category]</strong>
23   </td>
24 </tr>
25 <tr>
26   <td align="center" class="top bottom right">
27     {--EMAIL_RECEIVERS--}:<br />
28     <strong class="admin_misc">$content[mails_sent]</strong>
29     ({--EMAIL_RUIDS--}: <strong class="admin_misc">$content[receivers]</strong>)
30   </td>
31   <td align="center" class="top bottom right">
32     {--USERS_LINKS--}:<br />
33     <strong class="admin_misc">$content[unconfirmed]</strong>
34   </td>
35   <td align="center" class="top bottom">
36     {--EMAIL_POOL_TYPE--}:<br />
37     <strong class="admin_misc">$content[type]</strong>
38   </td>
39 </tr>
40 <tr>
41   <td align="center" class="top bottom right">
42     {--EMAIL_TSEND--}:<br />
43     <strong class="admin_misc">$content[target_send]</strong>
44   </td>
45   <td align="center" class="top bottom right">
46     {--EMAIL_URL--}:<br />
47     <strong class="admin_misc"><a href="$content[frametester]" target="_blank">{--ADMIN_TEST_URL--}</a></strong>
48   </td>
49   <td align="center" class="top bottom">
50     {--EMAIL_TIMESTAMP--}:<br />
51     <strong class="admin_misc">$content[timestamp]</strong>
52   </td>
53 </tr>
54 <tr>
55   <td align="center" class="top right" colspan="2">
56     <div>{--EMAIL_URL--}:</div>
57     <div><strong class="admin_misc">$content[url]</strong></div>
58   </td>
59   <td align="center" class="top">
60     {--_UNUSED--}:<br />
61     <strong class="admin_misc">---</strong>
62   </td>
63 </tr>
64 <tr>
65   <td align="center" class="top admin_del_link" colspan="3">
66     <a href="{%url=modules.php?module=admin&amp;what=del_email&amp;nid=$content[id]%}">{--ADMIN_DELETE_NOTIFY_MAIL--}</a>
67   </td>
68 </tr>