Changeset 1101 for trunk/htdocs/cacher/sub/summary.tpl.php
- Timestamp:
- 2012-08-01T10:00:21+02:00 (10 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/cacher/sub/summary.tpl.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/sub/summary.tpl.php
r1100 r1101 132 132 <div class="legendtitle"><?php echo _T('Legends:'); ?></div> 133 133 <div class="legend pvalue"> </div> 134 <div class="legendtitle"><?php echo _T($config['percent_graph_type'] == 'free' ? '% Free' :'% Used'); ?></div>134 <div class="legendtitle"><?php echo $config['percent_graph_type'] == 'free' ? _T('% Free') : _T('% Used'); ?></div> 135 135 <div class="legend" style="background: rgb(0,0,255)"> </div> 136 <div class="legendtitle"><?php echo _T($config['percent_graph_type'] == 'free' ? 'Free Blocks' :'Used Blocks'); ?></div>136 <div class="legendtitle"><?php echo $config['percent_graph_type'] == 'free' ? _T('Free Blocks') : _T('Used Blocks'); ?></div> 137 137 <div class="legend" style="background: rgb(255,0,0)"> </div> 138 138 <div class="legendtitle"><?php echo _T('Hits'); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.

