A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_del_email_normal.tpl
index b90cc898c01e1a2e648c177fd6d3816a1f3f2e23..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">
-               <div 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>