Ignore:
Timestamp:
12/15/09 15:46:37 (15 years ago)
Author:
amuller
Message:

Ticket #597 - Melhoria do FM, tratamento de janelas diferenciado

File:
1 edited

Legend:

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

    r1821 r1841  
    775775                                        { 
    776776                                                $moved++; 
    777                                                 $this->messages[]=lang('Moved %1 to %2', $this->from . '/' . $file, $this->to . '/' . $file); 
     777                                                $this->messages[0]=lang('Files moved to %1 successfuly',$this->to); 
    778778                                        } 
    779779                                        else 
     
    813813                                        { 
    814814                                                $copied++; 
    815                                                 $this->messages[] = lang('Copied %1 to %2', $this->disppath.'/'.$file, $this->to.'/'.$file); 
     815                                                $this->messages[0] = lang('Files Copied to %1 successfuly', $this->to); 
    816816                                        } 
    817817                                        else 
    818818                                        { 
    819                                                 $this->messages[] = lang('Error:').lang('Could not copy %1 to %2',$file , $this->to); 
     819                                                $this->messages[] = lang('Error:').lang('Could not copy %1',$file); 
    820820                                        } 
    821821                                } 
Note: See TracChangeset for help on using the changeset viewer.