Ignore:
Timestamp:
09/17/12 09:41:15 (12 years ago)
Author:
cristiano
Message:

Ticket #3105 - Problema com pesquisa F9 e catalagos externos

File:
1 edited

Legend:

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

    r7113 r7225  
    710710                } 
    711711                verifyEmails(email, divs); 
    712                 final_contact = "\""+nome +"\" <"+email+">"; 
     712                final_contact = "\""+nome +"\" <"+email+"> "; 
    713713 
    714714                final_contact = final_contact.replace(/\/n/, "");  
    715715                var index = parseInt(divs.split("_")[1])-1; 
    716                 if(data_[index].type_contact == "G"){ 
     716        if(typeof(data_[index].isExternal) != 'undefined' &&  data_[index].isExternal == true) 
     717            draw_email_box(final_contact, content.find(field_).filter("textarea:first")); 
     718        else if(data_[index].type_contact == "G"){ 
    717719                        var ldap_id = preferences.expressoMail_ldap_identifier_recipient; 
    718720                        if(ldap_id){ 
Note: See TracChangeset for help on using the changeset viewer.