]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_cache_stats.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_cache_stats.tpl
index dd87abfb211d65c6c955676b570bc4c719cecc09..e9d5b119beaf811c4610c5355bd63856c58464ca 100644 (file)
@@ -1,44 +1,43 @@
 <div align="center">
-<table border="0" cellspacing="0" cellpadding="0" width="420"
-       class="admin_table dashed">
-       <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 border="0" cellspacing="0" cellpadding="0" width="420" class="table dashed">
+<tr>
+       <td colspan="2" class="table_header 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,getStatsEntry,translateComma=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,getStatsEntry,translateComma=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="table_footer right">
+               <div align="right" style="padding-right: 2px">
+                       <strong>{--ADMIN_CACHE_PERCENTS--}</strong>
+               </div>
+       </td>
+       <td width="100" class="table_footer">
+               <div align="right" style="padding-right: 2px">
+                       <strong>{%pipe,translateComma=$content[cache_perc]%}&#37;</strong>
+               </div>
+       </td>
+</tr>
 </table>
-
-<div class="admin_note tiny">
-       {--ADMIN_CACHE_NOTES--}
 </div>
+
+<div class="notice tiny">
+       {--ADMIN_CACHE_STATS_NOTICE--}
 </div>