Some improvements, caching of email templates prepared
[mailer.git] / templates / de / html / admin / admin_optimize.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <!-- @TODO Shouldn't we add a title here? //-->
4         <tr>
5                 <td width="120" class="header_column bottom right" align="center"><strong>{--OPTIMIZE_DBNAME--}:</strong></td>
6                 <td width="110" class="header_column bottom right" align="center"><strong>{--OPTIMIZE_REPAIRED--}:</strong></td>
7                 <td width="110" class="header_column bottom right" align="center"><strong>{--OPTIMIZE_OPTIMIZED--}:</strong></td>
8                 <td width="120" class="header_column bottom right" align="center"><strong>{--OPTIMIZE_TOTAL_SIZE--}:</strong></td>
9                 <td width="120" class="header_column bottom" align="center"><strong>{--OPTIMIZE_GAIN_SIZE--}:</strong></td>
10         </tr>
11         $content[rows]
12         <tr>
13                 <td colspan="5" class="admin_footer" style="padding-top: 15px; padding-bottom: 15px;">
14                         {--OPTIMIZE_DB_TOTAL_TABLES--}: <strong>$content[total_tabs]</strong><br />
15                         {--OPTIMIZE_DB_TOTAL_SIZE--}: <strong>$content[total_size] {--KBYTES--}</strong><br />
16                         {--OPTIMIZE_DB_TOTAL_OPTIMIZE--}: <strong>$content[total_rows]</strong><br />
17                         {--OPTIMIZE_DB_TOTAL_OPTI--}: <strong>$content[total_optimized] {--KBYTES--}</strong><br />
18                         {--OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: <strong>$content[now_optimized]</strong><br />
19                         {--OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: <strong>$content[now_saved] {--KBYTES--}</strong>
20                 </td>
21         </tr>
22 </table>
23 </div>