Ignore:
Timestamp:
12/06/12 11:37:17 (11 years ago)
Author:
marcieli
Message:

Ticket #1444 - Melhoria no codigo ao implementar funcionalidade para salvar ultima acao de responder msg.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r7614 r7615  
    29602960                var option_print = '<span onclick="print_all()" onmouseover="this.className=\'reply_options_active\'" onmouseout="this.className=\'reply_options\'" class="reply_options">'+get_lang("Print")+'</span> | '; 
    29612961                var option_export = '<span onclick="proxy_mensagens.export_all_messages()" onmouseover="this.className=\'reply_options_active\'" onmouseout="this.className=\'reply_options\'" class="reply_options">'+get_lang("Export")+'</span> | '; 
    2962  
     2962                var report_error = '<span onmouseover="this.className=\'reply_options_active\'" onmouseout="this.className=\'reply_options\'" class="reply_options" onclick=reports_window("'+currentTab+'");>'+get_lang("Report error")+'</span> | ';  
     2963                div_other_more_options.innerHTML += option_move + option_print + option_export + block_user +  report_error; 
     2964                 
     2965                 
    29632966                // CRIAÇÃO DE OPÇÕES DE RESPONDER MENSAGEM 
    29642967                var space_replay1 = document.createElement('SPAN'); 
     
    30253028                div_other_options.appendChild(option_reply_without_history); 
    30263029 
    3027                  
    3028                  
    3029                 var report_error        = '<span onmouseover="this.className=\'reply_options_active\'" onmouseout="this.className=\'reply_options\'" class="reply_options" onclick=reports_window("'+currentTab+'");>'+get_lang("Report error")+'</span> | ';  
    3030  
    3031                 div_other_more_options.innerHTML += option_move + option_print + option_export + block_user +  report_error; 
    3032  
    3033                 //div_other_options.innerHTML += option_reply_without_history + option_reply_to_all_without_history + option_reply_to_all; 
    30343030        if (use_spam_filter) { 
    30353031                        if(info_msg.msg_folder == 'INBOX'+cyrus_delimiter+'Spam' || (info_msg.msg_folder.match(/^user/) && info_msg.msg_folder.match(/Spam$/))){ 
Note: See TracChangeset for help on using the changeset viewer.