More misc fixes and rewrites (sorry, lame description)
[mailer.git] / templates / de / html / admin / admin_cache_stats.tpl
1 <div align="center">
2 <table border="0" cellspacing="0" cellpadding="0" width="420"
3         class="admin_table dashed">
4         <tr>
5                 <td colspan="2" class="admin_title bottom2" align="center" height="30">
6                 <strong>{--ADMIN_CACHE_STATS_TITLE--}</strong></td>
7         </tr>
8         <tr>
9                 <td width="320" class="bottom2 right2" align="right">{--ADMIN_CACHE_DB_HITS--}</td>
10                 <td width="100" class="bottom2" style="padding-right: 2px"
11                         align="right">{!__DB_HITS!}</td>
12         </tr>
13         <tr>
14                 <td width="320" class="bottom2 right2" align="right">{--ADMIN_CACHE_HITS--}</td>
15                 <td width="100" class="bottom2" style="padding-right: 2px"
16                         align="right">+{!__CACHE_HITS!}</td>
17         </tr>
18         <tr>
19                 <td width="320" class="bottom2 right2" align="right">{--ADMIN_TOTAL_HITS--}</td>
20                 <td width="100" class="bottom2" style="padding-right: 2px"
21                         align="right">={!__TOTAL_HITS!}</td>
22         </tr>
23         <tr>
24                 <td width="320" class="admin_footer right2" align="right"><strong>{--ADMIN_CACHE_PERCENTS--}</strong></td>
25                 <td width="100" class="admin_footer" style="padding-right: 2px"
26                         align="center"><strong>{!__CACHE_PERC!}%</strong></td>
27         </tr>
28 </table>
29
30 <div class="admin_note tiny">
31         {--ADMIN_CACHE_NOTES--}
32 </div>
33 </div>