]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_cache_stats.tpl
ext-validator introduces, several HTML cleanups, fixes for e.g. user email link,...
[mailer.git] / templates / de / html / admin / admin_cache_stats.tpl
index 6659f500456639e6f32092bcbf61fe94aeffd24e..fcdcbd97163c9191a65c44424c60053d61da97f9 100644 (file)
@@ -2,30 +2,30 @@
 <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">
+               <td colspan="2" class="admin_title 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">
+               <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]
                </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">
+               <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]
                </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">
+               <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]
                </td>
        </tr>
        <tr>
-               <td width="320" class="admin_footer right2" align="right"><strong>{--ADMIN_CACHE_PERCENTS--}</strong></td>
+               <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>