Changeset 7438 for branches/2.4


Ignore:
Timestamp:
10/18/12 09:10:10 (12 years ago)
Author:
eduardow
Message:

Ticket #3165 - Exibição da mensagem ao exportar pasta.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/prototype/modules/mail/js/foldertree.js

    r7228 r7438  
    489489 
    490490                                        var hand_export = function(data){ 
     491                                                        clean_msg(); 
    491492                                                if(!data){ 
    492493                                                        write_msg(get_lang('Error compressing messages (ZIP). Contact the administrator.')) 
     
    497498                                        } 
    498499                                        cExecute("$this.exporteml.export_all",hand_export,"folder="+name_box);   
    499                                         write_msg(get_lang('You must wait while the messages will be exported...'));             
     500                                        write_msg(get_lang('You must wait while the messages will be exported...'),true);                
    500501                                }); 
    501502                                //FUNÇÃO DO eventNU FLUTUANTE NOVA PASTA < END 
Note: See TracChangeset for help on using the changeset viewer.