More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / admin / admin_optimize.tpl
1 <table border="0" cellspacing="0" cellpadding="0"
2         class="admin_table dashed">
3         <tr>
4                 <td width="120" class="admin_title bottom2 right2" align="center"
5                         height="24"><strong>{--OPTIMIZE_DBNAME--}:</strong></td>
6                 <td width="110" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_REPAIRED--}:</strong></td>
7                 <td width="110" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_OPTIMIZED--}:</strong></td>
8                 <td width="120" class="admin_title bottom2 right2" align="center"><strong>{--OPTIMIZE_TOTAL_SIZE--}:</strong></td>
9                 <td width="120" class="admin_title bottom2" align="center"><strong>{--OPTIMIZE_GAIN_SIZE--}:</strong></td>
10         </tr>
11         {!__ROWS!}
12         <tr>
13                 <td colspan="5" class="admin_footer"
14                         style="padding-top: 15px; padding-bottom: 15px";>
15                 {--OPTIMIZE_DB_TOTAL_TABLES--}: <strong>{!__TOTAL_TABS!}</strong><br />
16                 {--OPTIMIZE_DB_TOTAL_SIZE--}: <strong>{!__TOTAL_SIZE!}
17                 {--KBYTES--}</strong><br />
18                 {--OPTIMIZE_DB_TOTAL_OPTIMIZE--}: <strong>{!__TOTAL_CALLS!}</strong><br />
19                 {--OPTIMIZE_DB_TOTAL_OPTI--}: <strong>{!__TOTAL_OPTIMIZED!}
20                 {--KBYTES--}</strong><br />
21                 {--OPTIMIZE_DB_TOTAL_GAIN_TABLES--}: <strong>{!__NOW_OPTIMIZED!}</strong><br />
22                 {--OPTIMIZE_DB_TOTAL_GAIN_SIZE--}: <strong>{!__NOW_SAVED!}
23                 {--KBYTES--}</strong><br />
24                 </td>
25         </tr>
26 </table>