Changeset 596 for branches/1.3/admin/xcache.tpl.php
- Timestamp:
- 2009-07-05T06:57:59+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
admin/xcache.tpl.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/admin/xcache.tpl.php
r457 r596 148 148 echo '<col align="right" />'; 149 149 echo '<col align="right" />'; 150 echo '<col align="right" />'; 150 151 } 151 152 … … 163 164 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Size'); ?></a></th> 164 165 <?php if ($isphp) { ?> 166 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('PhpShared'); ?></a></th> 165 167 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('SrcSize'); ?></a></th> 166 168 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Modify'); ?></a></th> … … 185 187 $size = size($entry['size']); 186 188 if ($isphp) { 187 $sourcesize = size($entry['sourcesize']); 189 $sourcesize = size($entry['sourcesize']); 190 $phprefcount = number_format($entry['phprefcount']); 188 191 } 189 192 … … 217 220 if ($isphp) { 218 221 echo <<<ENTRY 222 <td int="{$entry['phprefcount']}">{$phprefcount}</td> 219 223 <td int="{$entry['sourcesize']}">{$sourcesize}</td> 220 224 <td int="{$entry['mtime']}">{$mtime}</td>
Note: See TracChangeset
for help on using the changeset viewer.

