Changeset 360 for trunk/admin/xcache.tpl.php
- Timestamp:
- 2007-03-01T11:56:22+01:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/admin/xcache.tpl.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/xcache.tpl.php
r352 r360 179 179 <?php } ?> 180 180 <?php } ?> 181 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('hash'); ?></a></th> 181 182 <th><a href="javascript:" onclick="resort(this); return false"><?php echo _T('Access'); ?></a></th> 182 183 <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.

