Ignore:
Timestamp:
06/04/12 14:34:10 (12 years ago)
Author:
gustavo
Message:

Ticket #2768 - Melhorias na criação de mensagens

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-3/expressoMail1_2/js/QuickSearchUser.js

    r5477 r6405  
    5959                if (openTab.type[currentTab] != 4) 
    6060                { 
    61                         Element("msg_number").value = "\""+cn+"\" <"+mail+">"; 
    6261                        new_message("new","null"); 
     62                        draw_email_box("\""+cn+"\" <"+mail+">", $("#content_id_"+currentTab).find(".to").filter("input")); 
    6363                } 
    6464                else 
    6565                { 
    66                         var ToField = Element('to_'+currentTab); 
    67                         ToField.value = ToField.value +"\""+cn+"\" <"+mail+">,"; 
     66                        draw_email_box("\""+cn+"\" <"+mail+">", $("#content_id_"+currentTab).find(".to").filter("input")); 
    6867                } 
    6968        } 
Note: See TracChangeset for help on using the changeset viewer.