]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_email_archiv.tpl
Mailer project rwritten:
[mailer.git] / templates / de / html / admin / admin_email_archiv.tpl
index 0985632de0c94dfff924d68e0e0c8d918ecf8c0a..00fb3d589ceeb5dcfcb0eac343c8487bc02e16da 100644 (file)
@@ -1,8 +1,12 @@
-<table border="0" cellspacing="0" cellpadding="0"
-       class="admin_table dashed" width="99%">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="99%">
        <tr>
-               <td colspan="3" align="center" height="25" class="admin_title"><strong
-                       class="admin_done">{--ADMIN_POOL_CONTENT--}</strong></td>
+               <td colspan="3" align="center" height="25" class="table_header bottom">
+                       {--ADMIN_POOL_CONTENT--}
+               </td>
        </tr>
-       {!__TOP_EMAIL_NAV!} {!__EMAIL_ROWS!} {!__BOTTOM_EMAIL_NAV!}
+       $content[top_email_nav]
+       $content[rows]
+       $content[bottom_email_nav]
 </table>
+</div>