]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_optimize.tpl
Merge branch 'contrib' into 0.2.1-FINAL
[mailer.git] / templates / de / html / admin / admin_optimize.tpl
index 1bc978c309118afdbafc6a350819ae6312864720..2a75d2e1444dc7e726442e998d72f3219299e286 100644 (file)
@@ -1,26 +1,42 @@
-<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="table dashed">
+<tr>
+       <td class="table_header bottom" colspan="5">
+               {--ADMIN_OPTIMIZE_DATABASE_TITLE--}
+       </td>
+</tr>
+
+<tr>
+       <td class="header_column bottom right" align="center">{--ADMIN_OPTIMIZE_DBNAME--}</td>
+       <td class="header_column bottom right" align="center">{--ADMIN_OPTIMIZE_REPAIRED--}</td>
+       <td class="header_column bottom right" align="center">{--ADMIN_OPTIMIZE_OPTIMIZED--}</td>
+       <td class="header_column bottom right" align="center">{--ADMIN_OPTIMIZE_TOTAL_SIZE--}</td>
+       <td class="header_column bottom" align="center">{--ADMIN_OPTIMIZE_GAIN_SIZE--}</td>
+</tr>
+
+$content[rows]
+
+<tr>
+       <td colspan="5" class="table_footer" style="padding-top: 15px; padding-bottom: 15px;">
+               {--ADMIN_OPTIMIZE_DB_TOTAL_TABLES--}: $content[total_tabs]<br />
+               {--ADMIN_OPTIMIZE_DB_TOTAL_SIZE--}: {%pipe,translateComma=$content[total_size]%} {--KBYTES--}<br />
+               {--ADMIN_OPTIMIZE_DB_TOTAL_OPTIMIZE--}: $content[total_rows]<br />
+               {--ADMIN_OPTIMIZE_DB_TOTAL_OPTI--}: {%pipe,translateComma=$content[total_optimized]%} {--KBYTES--}<br />
+               {--ADMIN_OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: $content[now_optimized]<br />
+               {--ADMIN_OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: {%pipe,translateComma=$content[total_gain]%} {--KBYTES--}
+       </td>
+</tr>
+</table>
+</div>
+
+<div class="notice" align="left">
+       <strong>Aufl&ouml;sung der Zahlen in Klammern:</strong>
+       <ol>
+               <li>Tabellen mit dem Typ &quot;InnoDB&quot; brauchen nicht optimiert
+               werden und sollten eher neu erstellt (nicht l&ouml;schen und neu
+               anlegen!) und dann analysiert werden. Dies unterst&uuml;tzt {?TITLE?}
+               noch nicht.</li>
+               <li>Tabellen mit dem Typ &quot;Speicher/Heap&quot; k&ouml;nnen nicht
+               optimiert werden.</li>
+       </ol>
+</div>