]> 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 d26a1187450e44e23692367783b0b6d6d8aacc30..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>