A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_del_email_normal.tpl
index a4107fd873b1c839a959a9ff765e3caf611c7dd1..be3ac10a185f9ec603907111cc4a3ba338599e96 100644 (file)
@@ -1,22 +1,23 @@
-<TABLE border="0" cellspacing="0" cellpadding="0"
+<table border="0" cellspacing="0" cellpadding="0"
        class="admin_table dashed" width="99%">
-       <TR>
-               <TD class="admin_header" colspan="8" align="center" height="35">
-               <STRONG class="admin_misc">{--ADMIN_EMAIL_DELETED--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD class="top2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
-               <TD class="top2 right2" align="center"><STRONG>{--EMAIL_SENDER--}</STRONG></TD>
-               <TD class="top2 right2" align="center"><STRONG>{--EMAIL_SUBJECT--}</STRONG></TD>
-               <TD class="top2 right2" align="center"><STRONG>{--EMAIL_URL--}</STRONG></TD>
-               <TD class="top2 right2" align="center"><STRONG>{--EMAIL_TIMESTAMP--}</STRONG></TD>
-       </TR>
-       <TR>
-               <TD class="top2 right2 admin_misc" align="center">{!__ID!}</TD>
-               <TD class="top2 right2 admin_misc" align="center">{!__SENDER!}</TD>
-               <TD class="top2 right2 admin_misc" align="center">{!__SUBJECT!}</TD>
-               <TD class="top2 right2 admin_misc" align="center"><A
-                       href="{!__URL!}" target="_blank">{--ADMIN_TEST_URL--}</A></TD>
-               <TD class="top2 right2 admin_misc" align="center">{!__ORDERED!}</TD>
-       </TR>
-</TABLE>
+       <tr>
+               <td class="admin_header" colspan="8" align="center" height="35">
+                       <div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</div>
+               </td>
+       </tr>
+       <tr>
+               <td class="top2 right2" align="center"><strong>{--Id_SELECT--}</strong></td>
+               <td class="top2 right2" align="center"><strong>{--EMAIL_SENDER--}</strong></td>
+               <td class="top2 right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
+               <td class="top2 right2" align="center"><strong>{--EMAIL_URL--}</strong></td>
+               <td class="top2 right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
+       </tr>
+       <tr>
+               <td class="top2 right2 admin_misc" align="center">$content[id]</td>
+               <td class="top2 right2 admin_misc" align="center">$content[sender]</td>
+               <td class="top2 right2 admin_misc" align="center">$content[subject]</td>
+               <td class="top2 right2 admin_misc" align="center"><a
+                       href="$content[url]" target="_blank">{--ADMIN_TEST_URL--}</a></td>
+               <td class="top2 right2 admin_misc" align="center">$content[timestamp]</td>
+       </tr>
+</table>