Show
Ignore:
Timestamp:
07/29/2012 08:45:04 AM (10 months ago)
Author:
moo
Message:

htdocs/cache: re-adds help

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htdocs/cacher/sub/entrylist.tpl.php

    r1076 r1078  
    22<form action="" method="post"> 
    33    <table cellspacing="0" cellpadding="4" class="cycles entries"> 
    4         <caption><?php echo _("{$cachelist['type_name']} $listName"); ?></caption> 
     4        <caption><?php echo _("$typeName $listName"); ?></caption> 
    55<?php 
    66 
     
    3636        , th(N_("entry.file_mtime")) 
    3737        ; 
    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        ; 
    4442} 
    4543echo