Changeset 1078 for trunk/htdocs/cacher/sub/entrylist.tpl.php
- Timestamp:
- 07/29/2012 08:45:04 AM (10 months ago)
- Files:
-
- 1 modified
-
trunk/htdocs/cacher/sub/entrylist.tpl.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/sub/entrylist.tpl.php
r1076 r1078 2 2 <form action="" method="post"> 3 3 <table cellspacing="0" cellpadding="4" class="cycles entries"> 4 <caption><?php echo _(" {$cachelist['type_name']}$listName"); ?></caption>4 <caption><?php echo _("$typeName $listName"); ?></caption> 5 5 <?php 6 6 … … 36 36 , th(N_("entry.file_mtime")) 37 37 ; 38 if ($haveinode) { 39 echo 40 th(N_("entry.file_device")) 41 , th(N_("entry.file_inode")) 42 ; 43 } 38 echo 39 th(N_("entry.file_device")) 40 , th(N_("entry.file_inode")) 41 ; 44 42 } 45 43 echo

