Show
Ignore:
Timestamp:
02/18/2008 01:43:17 PM (10 months ago)
Author:
moo
Message:

added legends

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/xcache.tpl.php

    r526 r527  
    131131    <?php } ?> 
    132132</table> 
    133 <div style="clear: both">&nbsp;</div> 
     133<div class="blockarea legends"> 
     134    <div class="legendtitle"><?php echo _T('Legends:'); ?></div> 
     135    <div class="legend pvalue">&nbsp;&nbsp;</div> 
     136    <div class="legendtitle"><?php echo _T(isset($free_graph_width) ? '% Free' : '% Used'); ?></div> 
     137    <div class="legend" style="background: rgb(0,0,255)">&nbsp;&nbsp;</div> 
     138    <div class="legendtitle"><?php echo _T(isset($free_graph_width) ? 'Free Blocks' : 'Used Blocks'); ?></div> 
     139    <div class="legend" style="background: rgb(255,0,0)">&nbsp;&nbsp;</div> 
     140    <div class="legendtitle"><?php echo _T('Hits'); ?></div> 
     141<div> 
     142</div> 
    134143<?php 
    135144