Changeset 1086 for trunk/htdocs/cacher/sub/summary.tpl.php
- Timestamp:
- 2012-07-30T09:01:36+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/cacher/sub/summary.tpl.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/sub/summary.tpl.php
r1084 r1086 1 1 <?php $cycleClass = new Cycle('class="col1"', 'class="col2"'); ?> 2 2 <table cellspacing="0" cellpadding="4" class="cycles caches"> 3 <caption><?php echo _ ('Caches'); ?></caption>3 <caption><?php echo _T('Caches'); ?></caption> 4 4 <tr> 5 5 <?php echo … … 28 28 <?php 29 29 $numkeys = explode(',', 'slots,size,avail,hits,updates,skips,ooms,errors,cached,deleted'); 30 $l_clear = _ ('Clear');31 $l_disabled = _ ('Disabled');32 $l_disable = _ ('Disable');33 $l_enable = _ ('Enable');34 $l_compiling = _ ('Compiling');35 $l_normal = _ ('Normal');36 $l_confirm = _ ('Sure?');30 $l_clear = _T('Clear'); 31 $l_disabled = _T('Disabled'); 32 $l_disable = _T('Disable'); 33 $l_enable = _T('Enable'); 34 $l_compiling = _T('Compiling'); 35 $l_normal = _T('Normal'); 36 $l_confirm = _T('Sure?'); 37 37 foreach (getCacheInfos() as $i => $ci) { 38 38 $class = $cycleClass->next(); … … 130 130 </table> 131 131 <div class="blockarea legends"> 132 <div class="legendtitle"><?php echo _ ('Legends:'); ?></div>132 <div class="legendtitle"><?php echo _T('Legends:'); ?></div> 133 133 <div class="legend pvalue"> </div> 134 <div class="legendtitle"><?php echo _ ($config['percent_graph_type'] == 'free' ? '% Free' : '% Used'); ?></div>134 <div class="legendtitle"><?php echo _T($config['percent_graph_type'] == 'free' ? '% Free' : '% Used'); ?></div> 135 135 <div class="legend" style="background: rgb(0,0,255)"> </div> 136 <div class="legendtitle"><?php echo _ ($config['percent_graph_type'] == 'free' ? 'Free Blocks' : 'Used Blocks'); ?></div>136 <div class="legendtitle"><?php echo _T($config['percent_graph_type'] == 'free' ? 'Free Blocks' : 'Used Blocks'); ?></div> 137 137 <div class="legend" style="background: rgb(255,0,0)"> </div> 138 <div class="legendtitle"><?php echo _ ('Hits'); ?></div>138 <div class="legendtitle"><?php echo _T('Hits'); ?></div> 139 139 </div> 140 140 <?php unset($cycleClass); ?>
Note: See TracChangeset
for help on using the changeset viewer.

