]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_mods_stats2.tpl
Extension ext-repair extended, outdated calls DEBUG_LOG() fixed:
[mailer.git] / templates / de / html / admin / admin_mods_stats2.tpl
index 60249751e4cfae331da31c199b9309f4c6721278..dcc0a087beaa938e6bf1b0246b961d524f1ae613 100644 (file)
@@ -1,11 +1,11 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
+<table border="0" cellspacing="0" cellpadding="0" width="480"
        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>
-       </TR>
-       {!__MODS_ROWS!}
-       <TR>
-               <TD colspan="2" class="admin_footer">&nbsp;</TD>
-       </TR>
-</TABLE>
+       <tr>
+               <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>
+       $content
+       <tr>
+               <td colspan="2" class="admin_footer">&nbsp;</td>
+       </tr>
+</table>