]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_cache_stats.tpl
More EL used, this has fixed double calls of translateComma() in various places
[mailer.git] / templates / de / html / admin / admin_cache_stats.tpl
index 3b388b09754e4fa9639fe47c8b477e6a88c94452..955f180953ab94bf071e7656278a327a7456cca9 100644 (file)
@@ -1,33 +1,44 @@
 <div align="center">
 <table border="0" cellspacing="0" cellpadding="0" width="420"
-       class="admin_table dashed">
+       class="table dashed">
        <tr>
-               <td colspan="2" class="admin_title bottom2" align="center" height="30">
-               <strong>{--ADMIN_CACHE_STATS_TITLE--}</strong></td>
+               <td colspan="2" class="table_header bottom" align="center">
+                       <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>
+               <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="bottom2 right2" align="right">{--ADMIN_CACHE_HITS--}</td>
-               <td width="100" class="bottom2" style="padding-right: 2px"
-                       align="right">+{!__CACHE_HITS!}</td>
+               <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="bottom2 right2" align="right">{--ADMIN_TOTAL_HITS--}</td>
-               <td width="100" class="bottom2" style="padding-right: 2px"
-                       align="right">={!__TOTAL_HITS!}</td>
+               <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 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>
+               <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">
+<div class="notice tiny">
        {--ADMIN_CACHE_NOTES--}
 </div>
 </div>