Ignore:
Timestamp:
10/28/09 16:05:15 (15 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

    r1536 r1543  
    692692                                        if(!$this->rename_x && !$this->edit_comments_x && $this->path != $this->bo->fakebase && $this->path != '/') 
    693693                                        { 
    694                                                 $cbox='<input type="checkbox" name="fileman['.$i.']" value="'.$files['name'].'">'; 
     694                                                $cbox='<input type="checkbox" class="checkbox" name="fileman['.$i.']" value="'.$files['name'].'">'; 
    695695                                                $this->t->set_var('actions',$cbox); 
    696696                                        } 
     
    11101110 
    11111111                                                        $dirs_options=$this->all_other_directories_options(); 
    1112                                                         $toolbar3.='<td><select name="todir">'.$dirs_options.'</select></td>'; 
    11131112 
    11141113                                                        $toolbar3.=$this->inputImage('copy_to','copy_to',lang('Copy to')); 
    11151114                                                        if ($this->can_delete) 
    11161115                                                                $toolbar3.=$this->inputImage('move_to','move_to',lang('Move to')); 
     1116                                                        $toolbar3.='<td><select name="todir"><option value="">'.lang('select a folder').'</option>'.$dirs_options.'</select></td>'; 
    11171117 
    11181118                                                        $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.