]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_email_normal.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / admin / admin_del_email_normal.tpl
index b90cc898c01e1a2e648c177fd6d3816a1f3f2e23..48779a2cbf21d929179baf2d699248857d341cf8 100644 (file)
@@ -1,22 +1,22 @@
-<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--}</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>