Ignore:
Timestamp:
10/17/12 09:45:46 (12 years ago)
Author:
douglasz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/mail/js/foldertree.js

    r7415 r7430  
    584584 
    585585                    var hand_export = function(data){ 
     586                                                clean_msg(); 
    586587                        if(!data){ 
    587588                            write_msg(get_lang('Error compressing messages (ZIP). Contact the administrator.')) 
     
    589590                            write_msg(get_lang("The selected folder is empty.")); 
    590591                        }else 
    591                           download_attachments(null, null, data, null,null, name_folder +'.zip'); 
     592                                                        download_attachments(null, null, data, null,null, name_folder +'.zip');                                          
    592593                    } 
    593594                    if($(this).parents("li:first").find("input[type=hidden]:first").val() == "localFolder"){                         
     
    600601                          cExecute("$this.exporteml.export_all",hand_export,"folder="+name_box);   
    601602                    } 
    602                     write_msg(get_lang('You must wait while the messages will be exported...'));         
     603                    write_msg(get_lang('You must wait while the messages will be exported...'),true);         
    603604                }); 
    604605                //FUNÇÃO DO eventNU FLUTUANTE NOVA PASTA < END 
Note: See TracChangeset for help on using the changeset viewer.