"copied"
[mailer.git] / 0.2.1-FINAL / templates / de / html / admin / admin_list_emails_row.tpl
1 <TR>
2   <TD class="bottom top2 right" width="23%" align="center">
3     {--EMAIL_SENDER--}:<br />
4     <STRONG class="admin_misc">$content[sender_link]</STRONG>
5   </TD>
6   <TD class="bottom top2 right" width="23%" align="center">
7     {--EMAIL_SUBJECT--}:<br />
8     <STRONG class="admin_misc">$content[subject]</STRONG>
9   </TD>
10   <TD class="bottom top2" width="54%" align="center">
11     {--EMAIL_TEXT--}:<br />
12     <STRONG class="admin_misc">$content[text]</STRONG>
13   </TD>
14 </TR>
15 <TR><TD height="5" colspan="3"></TD></TR>
16 <TR>
17   <TD colspan="2" align="center" class="top bottom right">
18     {--EMAIL_PAYMENT--}:<br />
19     <STRONG class="admin_misc">$content[payment]
20   </TD>
21   <TD align="center" class="top bottom">
22     {--EMAIL_CATEGORY--}:<br />
23     <STRONG class="admin_misc">$content[category]
24   </TD>
25 </TR>
26 <TR><TD height="5" colspan="3"></TD></TR>
27 <TR>
28   <TD align="center" class="top bottom right">
29     {--EMAIL_RECEIVERS--}:<br />
30     <STRONG class="admin_misc">$content[sent_email]</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"></TD></TR>
43 <TR>
44   <TD align="center" class="top right">
45     {--EMAIL_TSEND--}:<br />
46     <STRONG class="admin_misc">$content[target_send]</STRONG>
47   </TD>
48   <TD align="center" class="top 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">
53     {--EMAIL_TIMESTAMP--}:<br />
54     <STRONG class="admin_misc">$content[timestamp]</STRONG>
55   </TD>
56 </TR>
57 <TR>
58   <TD align="center" class="top2 admin_del_link" colspan="3">
59     <A href="{!URL!}/modules.php?module=admin&amp;what=del_email&amp;mid=$content[id]">{--ADMIN_DELETE_NORMAL_MAIL--}</A>
60   </TD>
61 </TR>