]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_optimize.tpl
Merge branch 'contrib' into 0.2.1-FINAL
[mailer.git] / templates / de / html / admin / admin_optimize.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3 <tr>
4         <td class="table_header bottom" colspan="5">
5                 {--ADMIN_OPTIMIZE_DATABASE_TITLE--}
6         </td>
7 </tr>
8
9 <tr>
10         <td class="header_column bottom right" align="center">{--ADMIN_OPTIMIZE_DBNAME--}</td>
11         <td class="header_column bottom right" align="center">{--ADMIN_OPTIMIZE_REPAIRED--}</td>
12         <td class="header_column bottom right" align="center">{--ADMIN_OPTIMIZE_OPTIMIZED--}</td>
13         <td class="header_column bottom right" align="center">{--ADMIN_OPTIMIZE_TOTAL_SIZE--}</td>
14         <td class="header_column bottom" align="center">{--ADMIN_OPTIMIZE_GAIN_SIZE--}</td>
15 </tr>
16
17 $content[rows]
18
19 <tr>
20         <td colspan="5" class="table_footer" style="padding-top: 15px; padding-bottom: 15px;">
21                 {--ADMIN_OPTIMIZE_DB_TOTAL_TABLES--}: $content[total_tabs]<br />
22                 {--ADMIN_OPTIMIZE_DB_TOTAL_SIZE--}: {%pipe,translateComma=$content[total_size]%} {--KBYTES--}<br />
23                 {--ADMIN_OPTIMIZE_DB_TOTAL_OPTIMIZE--}: $content[total_rows]<br />
24                 {--ADMIN_OPTIMIZE_DB_TOTAL_OPTI--}: {%pipe,translateComma=$content[total_optimized]%} {--KBYTES--}<br />
25                 {--ADMIN_OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: $content[now_optimized]<br />
26                 {--ADMIN_OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: {%pipe,translateComma=$content[total_gain]%} {--KBYTES--}
27         </td>
28 </tr>
29 </table>
30 </div>
31
32 <div class="notice" align="left">
33         <strong>Aufl&ouml;sung der Zahlen in Klammern:</strong>
34         <ol>
35                 <li>Tabellen mit dem Typ &quot;InnoDB&quot; brauchen nicht optimiert
36                 werden und sollten eher neu erstellt (nicht l&ouml;schen und neu
37                 anlegen!) und dann analysiert werden. Dies unterst&uuml;tzt {?TITLE?}
38                 noch nicht.</li>
39                 <li>Tabellen mit dem Typ &quot;Speicher/Heap&quot; k&ouml;nnen nicht
40                 optimiert werden.</li>
41         </ol>
42 </div>