]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_cache_stats.tpl
Deprecated variables for templates removed, mor EL-rewrites, getMessage() rewritten:
[mailer.git] / templates / de / html / admin / admin_cache_stats.tpl
index fac3f7b19ccf89562f88e63a610ae5df71cbdeb8..dd87abfb211d65c6c955676b570bc4c719cecc09 100644 (file)
@@ -1,30 +1,44 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="420"
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="420"
        class="admin_table dashed">
-       <TR>
-               <TD colspan="2" class="admin_title bottom2" align="center" height="30">
-               <strong>{--ADMIN_CACHE_STATS_TITLE--}</strong></TD>
-       </TR>
-       <TR>
-               <TD width="320" class="bottom2 right2" align="right">{--ADMIN_CACHE_DB_HITS--}</TD>
-               <TD width="100" class="bottom2" style="padding-right: 2px"
-                       align="right">{!__DB_HITS!}</TD>
-       </TR>
-       <TR>
-               <TD width="320" class="bottom2 right2" align="right">{--ADMIN_CACHE_HITS--}</TD>
-               <TD width="100" class="bottom2" style="padding-right: 2px"
-                       align="right">+{!__CACHE_HITS!}</TD>
-       </TR>
-       <TR>
-               <TD width="320" class="bottom2 right2" align="right">{--ADMIN_TOTAL_HITS--}</TD>
-               <TD width="100" class="bottom2" style="padding-right: 2px"
-                       align="right">={!__TOTAL_HITS!}</TD>
-       </TR>
-       <TR>
-               <TD width="320" class="admin_footer right2" align="right"><strong>{--ADMIN_CACHE_PERCENTS--}</strong></TD>
-               <TD width="100" class="admin_footer" style="padding-right: 2px"
-                       align="center"><strong>{!__CACHE_PERC!}%</strong></TD>
-       </TR>
-</TABLE>
+       <tr>
+               <td colspan="2" class="admin_title bottom" align="center">
+                       <strong>{--ADMIN_CACHE_STATS_TITLE--}</strong>
+               </td>
+       </tr>
+       <tr>
+               <td width="320" class="bottom right" align="right">{--ADMIN_CACHE_DB_HITS--}</td>
+               <td width="100" class="bottom" style="padding-right: 2px" align="right">
+                       {%pipe,translateComma=$content[db_hits]%}
+               </td>
+       </tr>
+       <tr>
+               <td width="320" class="bottom right" align="right">{--ADMIN_CACHE_HITS--}</td>
+               <td width="100" class="bottom" style="padding-right: 2px" align="right">
+                       +{%pipe,translateComma=$content[cache_hits]%}
+               </td>
+       </tr>
+       <tr>
+               <td width="320" class="bottom right" align="right">{--ADMIN_TOTAL_HITS--}</td>
+               <td width="100" class="bottom" style="padding-right: 2px" align="right">
+                       ={%pipe,translateComma=$content[total_hits]%}
+               </td>
+       </tr>
+       <tr>
+               <td width="320" class="admin_footer right">
+                       <div align="right" style="padding-right: 2px">
+                               <strong>{--ADMIN_CACHE_PERCENTS--}</strong>
+                       </div>
+               </td>
+               <td width="100" class="admin_footer">
+                       <div align="right" style="padding-right: 2px">
+                               <strong>{%pipe,translateComma=$content[cache_perc]%}%</strong>
+                       </div>
+               </td>
+       </tr>
+</table>
 
-<div class="admin_note"><div class="admin_note tiny">{--ADMIN_CACHE_NOTES--}</div>
+<div class="admin_note tiny">
+       {--ADMIN_CACHE_NOTES--}
+</div>
 </div>