]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_optimize.tpl
Fix for missing array elements
[mailer.git] / templates / de / html / admin / admin_optimize.tpl
index 1bc978c309118afdbafc6a350819ae6312864720..0e4dd50d342eddd487244258924dca6bb63826d9 100644 (file)
@@ -1,26 +1,23 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="580"
-       class="admin_table dashed">
-       <TR>
-               <TD width="120" class="admin_title bottom2 right2" align="center"
-                       height="24"><strong>{--OPTIMIZE_DBNAME--}:</strong></TD>
-               <TD width="110" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_REPAIRED--}:</strong></TD>
-               <TD width="110" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_OPTIMIZED--}:</strong></TD>
-               <TD width="120" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_TOTAL_SIZE--}:</strong></TD>
-               <TD width="120" class="admin_title bottom2" align="center"><strong>{--OPTIMIZE_GAIN_SIZE--}:</strong></TD>
-       </TR>
-       {!__TABLE_ROWS!}
-       <TR>
-               <TD colspan="5" class="admin_footer"
-                       style="padding-top: 15px; padding-bottom: 15px";>
-               {--OPTIMIZE_DB_TOTAL_TABLES--}: <strong>{!__TOTAL_TABS!}</strong><br />
-               {--OPTIMIZE_DB_TOTAL_SIZE--}: <strong>{!__TOTAL_SIZE!}
-               {--KBYTES--}</strong><br />
-               {--OPTIMIZE_DB_TOTAL_OPTIMIZE--}: <strong>{!__TOTAL_CALLS!}</strong><br />
-               {--OPTIMIZE_DB_TOTAL_OPTI--}: <strong>{!__TOTAL_OPTIMIZED!}
-               {--KBYTES--}</strong><br />
-               {--OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: <strong>{!__NOW_OPTIMIZED!}</strong><br />
-               {--OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: <strong>{!__NOW_SAVED!}
-               {--KBYTES--}</strong><br />
-               </TD>
-       </TR>
-</TABLE>
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+       <!-- @TODO Shouldn't we add a title here? //-->
+       <tr>
+               <td width="120" class="header_column bottom right" align="center"><strong>{--OPTIMIZE_DBNAME--}:</strong></td>
+               <td width="110" class="header_column bottom right" align="center"><strong>{--OPTIMIZE_REPAIRED--}:</strong></td>
+               <td width="110" class="header_column bottom right" align="center"><strong>{--OPTIMIZE_OPTIMIZED--}:</strong></td>
+               <td width="120" class="header_column bottom right" align="center"><strong>{--OPTIMIZE_TOTAL_SIZE--}:</strong></td>
+               <td width="120" class="header_column bottom" align="center"><strong>{--OPTIMIZE_GAIN_SIZE--}:</strong></td>
+       </tr>
+       $content[rows]
+       <tr>
+               <td colspan="5" class="admin_footer" style="padding-top: 15px; padding-bottom: 15px;">
+                       {--OPTIMIZE_DB_TOTAL_TABLES--}: <strong>$content[total_tabs]</strong><br />
+                       {--OPTIMIZE_DB_TOTAL_SIZE--}: <strong>$content[total_size] {--KBYTES--}</strong><br />
+                       {--OPTIMIZE_DB_TOTAL_OPTIMIZE--}: <strong>$content[total_rows]</strong><br />
+                       {--OPTIMIZE_DB_TOTAL_OPTI--}: <strong>$content[total_optimized] {--KBYTES--}</strong><br />
+                       {--OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: <strong>$content[now_optimized]</strong><br />
+                       {--OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: <strong>$content[now_saved] {--KBYTES--}</strong>
+               </td>
+       </tr>
+</table>
+</div>