Ignore:
Timestamp:
10/26/09 15:26:38 (14 years ago)
Author:
amuller
Message:

Ticket #597 - Melhorando bugs de interface do filemanager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/inc/class.uifilemanager.inc.php

    r1524 r1525  
    11001100 
    11011101                                                        $toolbar3.=$this->inputImage('copy_to','copy_to',lang('Copy to')); 
    1102                                                         $toolbar3.=$this->inputImage('move_to','move_to',lang('Move to')); 
     1102                                                        if ($this->can_delete) 
     1103                                                                $toolbar3.=$this->inputImage('move_to','move_to',lang('Move to')); 
    11031104 
    11041105                                                        $toolbar3.='<td><img alt="spacer" src="'.$GLOBALS['phpgw']->common->image('filemanager','spacer').'" height="27" width="1"></td>'; 
Note: See TracChangeset for help on using the changeset viewer.