Changeset 689

Show
Ignore:
Timestamp:
03/03/2010 12:30:54 PM (2 years ago)
Author:
moo
Message:

hide "remove selected" for php list
--此行及以下内容将会被忽略--

M admin/xcache.tpl.php

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/xcache.tpl.php

    r605 r689  
    274274 
    275275    </table> 
     276    <?php if (!$isphp) { ?> 
    276277    <input type="submit" value="<?php echo _T("Remove Selected"); ?>"> 
     278    <?php } ?> 
    277279    </form> 
    278280<?php