]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_email_archiv.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_email_archiv.tpl
index d26a1187450e44e23692367783b0b6d6d8aacc30..b600df488f31bde1158d43fbe337dfbad835ebd5 100644 (file)
@@ -1,8 +1,15 @@
-<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">
+<tr>
+       <td colspan="3" align="center" class="table_header bottom">
+               {--ADMIN_POOL_CONTENT--}
+       </td>
+</tr>
+
+$content[top_email_nav]
+
+$content[rows]
+
+$content[bottom_email_nav]
+</table>
+</div>