Ignore:
Timestamp:
04/14/10 11:53:45 (14 years ago)
Author:
rodsouza
Message:

Ticket #1009 - Permitindo que o ExpressoMail? não realize reload de página.

File:
1 edited

Legend:

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

    r2517 r2519  
    304304                        } 
    305305                } 
    306                 cExecute ("$this.ldap_functions.get_catalogs", handler_catalogs);                
     306                cExecute ("expressoMail1_2.ldap_functions.get_catalogs", handler_catalogs);              
    307307                 
    308308                this.update_organizations(); 
     
    315315                        } 
    316316                } 
    317                 cExecute("$this.db_functions.get_cc_contacts",handler_cc_contacts); 
     317                cExecute("expressoMail1_2.db_functions.get_cc_contacts",handler_cc_contacts); 
    318318 
    319319                var handler_cc_groups = function(data){ 
     
    325325                        } 
    326326                } 
    327                 cExecute("$this.db_functions.get_cc_groups",handler_cc_groups); 
     327                cExecute("expressoMail1_2.db_functions.get_cc_groups",handler_cc_groups); 
    328328         
    329329        } 
     
    387387                        } 
    388388                }                
    389                 cExecute ("$this.ldap_functions.get_organizations&referral=false&catalog="+Element('select_catalog').value, handler_org);                
     389                cExecute ("expressoMail1_2.ldap_functions.get_organizations&referral=false&catalog="+Element('select_catalog').value, handler_org);              
    390390        } 
    391391 
     
    531531 
    532532                Element('msg_search').style.visibility = 'visible'; 
    533                 cExecute ("$this.ldap_functions.catalogsearch&max_result="+max_result+"&organization="+organization+"&search_for="+search+"&catalog="+catalog, handler_searchResults); 
     533                cExecute ("expressoMail1_2.ldap_functions.catalogsearch&max_result="+max_result+"&organization="+organization+"&search_for="+search+"&catalog="+catalog, handler_searchResults); 
    534534        } 
    535535 
Note: See TracChangeset for help on using the changeset viewer.