]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_stats2.tpl
Rewrites/fixes for broken template cache, the actual value was rendered but instead...
[mailer.git] / templates / de / html / admin / admin_mods_stats2.tpl
index 36b196ecc89fae4e8448c89b084076f7889e1fc4..e0d42bb87155c7e8dcb4cfe7d2f549e225e0ba20 100644 (file)
@@ -1,11 +1,14 @@
-<table border="0" cellspacing="0" cellpadding="0" width="480"
-       class="admin_table dashed">
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td align="center" class="admin_title bottom2 right2"><strong>{--MODS_WHAT_ACTION--}</strong></td>
-               <td align="center" class="admin_title bottom2"><strong>{--MODS_CLICKS--}</strong></td>
+               <td align="center" class="admin_title bottom right"><strong>{--MODS_WHAT_ACTION--}</strong></td>
+               <td align="center" class="admin_title bottom"><strong>{--MODS_CLICKS--}</strong></td>
        </tr>
-       {!__MODS_ROWS!}
+       $content
        <tr>
-               <td colspan="2" class="admin_footer">&nbsp;</td>
+               <td colspan="2" class="admin_footer">
+                       {--ADMIN_MODS_STATS_FOOTER--}
+               </td>
        </tr>
 </table>
+</div>