A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_mods_stats.tpl
index 71e1b67669d626223845f86f69b25c16187979b1..bb5a210d752d353ac388399f78679ef81c13f090 100644 (file)
@@ -1,11 +1,11 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="480"
-       class="admin_table dashed">
-       <TR>
-               <TD align="center" class="admin_title bottom2 right2"><strong>{--MODS_TITLE--}</strong></TD>
-               <TD align="center" class="admin_title bottom2"><strong>{--MODS_CLICKS--}</strong></TD>
-       </TR>
-       {!__MODS_ROWS!}
-       <TR>
-               <TD colspan="2" class="admin_footer"><div class="admin_note">{--MODS_ADMIN_EDIT_NOTE--}</div></TD>
-       </TR>
-</TABLE>
+<table border="0" cellspacing="0" cellpadding="0" width="480"
+       class="table dashed">
+       <tr>
+               <td align="center" class="table_header bottom right"><strong>{--ADMIN_MODS_TITLE--}</strong></td>
+               <td align="center" class="table_header bottom"><strong>{--ADMIN_MODS_CLICKS--}</strong></td>
+       </tr>
+       $content
+       <tr>
+               <td colspan="2" class="table_footer"><div class="notice">{--ADMIN_MODS_EDIT_NOTE--}</div></td>
+       </tr>
+</table>