Changeset 601 for branches/1.3/admin/xcache.tpl.php
- Timestamp:
- 2009-07-05T07:39:17+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
admin/xcache.tpl.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
- Property svn:mergeinfo changed
/trunk merged: 356,359-360
- Property svn:mergeinfo changed
-
branches/1.3/admin/xcache.tpl.php
r598 r601 170 170 <?php } ?> 171 171 <?php } ?> 172 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('hash'); ?></a></th> 172 173 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Access'); ?></a></th> 173 174 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Create'); ?></a></th> … … 228 229 } 229 230 echo <<<ENTRY 231 <td int="{$entry['hvalue']}">{$entry['hvalue']}</td> 230 232 <td int="{$entry['atime']}">{$atime}</td> 231 233 <td int="{$entry['ctime']}">{$ctime}</td>
Note: See TracChangeset
for help on using the changeset viewer.

