]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_email_archiv.tpl
Extension ext-coupon continued, naming convention, many improvements:
[mailer.git] / templates / de / html / admin / admin_email_archiv.tpl
index 15d574cf8605245d53307041908c276e7e789e76..00fb3d589ceeb5dcfcb0eac343c8487bc02e16da 100644 (file)
@@ -1,8 +1,12 @@
-<TABLE border="0" cellspacing="0" cellpadding="0"
-       class="admin_table dashed" width="99%">
-       <TR>
-               <TD colspan="3" align="center" height="25" class="admin_title"><STRONG
-                       class="admin_done">{--ADMIN_POOL_CONTENT--}</STRONG></TD>
-       </TR>
-       {!__TOP_EMAIL_NAV!} {!__EMAIL_ROWS!} {!__BOTTOM_EMAIL_NAV!}
-</TABLE>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="99%">
+       <tr>
+               <td colspan="3" align="center" height="25" class="table_header bottom">
+                       {--ADMIN_POOL_CONTENT--}
+               </td>
+       </tr>
+       $content[top_email_nav]
+       $content[rows]
+       $content[bottom_email_nav]
+</table>
+</div>