]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_email_bonus.tpl
A lot texts rewritten and exclamation signs removed
[mailer.git] / templates / de / html / admin / admin_del_email_bonus.tpl
index fb2584045949c20d8eaa52e243bccf7cfcbe74a4..376f55f3cfc097a969cbbdcf44f10059125539b6 100644 (file)
@@ -1,20 +1,23 @@
-<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_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">{!__SUBJECT!}</TD>
-               <TD class="top2 right2 admin_misc" align="center"><A
-                       href="{!__URL!}" target="_blank">{--EMAIL_URL_TEST--}</A></TD>
-               <TD class="top2 right2 admin_misc" align="center">{!__ORDERED!}</TD>
-       </TR>
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="99%">
+       <tr>
+               <td class="admin_header bottom2" colspan="5" align="center" height="35">
+                       <div class="admin_misc">{--ADMIN_EMAIL_DELETED--}</div>
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom2 right2" align="center"><strong>{--Id_SELECT--}</strong></td>
+               <td class="bottom2 right2" align="center"><strong>{--EMAIL_SUBJECT--}</strong></td>
+               <td class="bottom2 right2" align="center"><strong>{--EMAIL_URL--}</strong></td>
+               <td class="bottom2 right2" align="center"><strong>{--EMAIL_TIMESTAMP--}</strong></td>
+               <td class="bottom2" align="center"><strong>{--EMAIL_DELETE_COUNT--}</strong></td>
+       </tr>
+       <tr>
+               <td class="right2 admin_misc" align="center">$content[id]</td>
+               <td class="right2 admin_misc" align="center">$content[subject]</td>
+               <td class="right2 admin_misc" align="center">
+                       <a href="$content[url]" target="_blank">{--ADMIN_TEST_URL--}</a>
+               </td>
+               <td class="right2 admin_misc" align="center">$content[timestamp]</td>
+               <td class="admin_misc" align="center">$content[cnt]</td>
+       </tr>
+</table>