]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_optimize.tpl
Even more rewrites to make usage of EL
[mailer.git] / templates / de / html / admin / admin_optimize.tpl
index af70a1fecd0d671df20f29a0753ac15ba539fa9f..f67c421e93bce39df68816c8aa232e0bf568635b 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" align="center" 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>{%pipe,translateComma=$content[total_size]%} {--KBYTES--}</strong><br />
+                       {--OPTIMIZE_DB_TOTAL_OPTIMIZE--}: <strong>$content[total_rows]</strong><br />
+                       {--OPTIMIZE_DB_TOTAL_OPTI--}: <strong>{%pipe,translateComma=$content[total_optimized]%} {--KBYTES--}</strong><br />
+                       {--OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: <strong>$content[now_optimized]</strong><br />
+                       {--OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: <strong>{%pipe,translateComma=$content[total_gain]%} {--KBYTES--}</strong>
+               </td>
+       </tr>
+</table>
+</div>