]> 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 fcdcbd97163c9191a65c44424c60053d61da97f9..dd87abfb211d65c6c955676b570bc4c719cecc09 100644 (file)
@@ -9,25 +9,31 @@
        <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">
        <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">
-                       $content[db_hits]
+                       {%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">
                </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">
-                       +$content[cache_hits]
+                       +{%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">
                </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">
-                       =$content[total_hits]
+                       ={%pipe,translateComma=$content[total_hits]%}
                </td>
        </tr>
        <tr>
                </td>
        </tr>
        <tr>
-               <td width="320" class="admin_footer right" align="right"><strong>{--ADMIN_CACHE_PERCENTS--}</strong></td>
-               <td width="100" class="admin_footer" style="padding-right: 2px" align="center">
-                       <strong>$content[cache_perc]%</strong>
+               <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>
                </td>
        </tr>
 </table>