Ignore:
Timestamp:
12/13/11 13:05:05 (12 years ago)
Author:
brunocosta
Message:

Ticket #2377 - Alteração das pesquisas para adaptação ao LDAP para nuvem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/expressoMail1_2/js/doiMenuData.js

    r3388 r5246  
    137137} 
    138138 
    139 function openListUsers(border_id) { 
     139function openListUsers(border_id,search) { 
    140140        connector.loadScript("QuickCatalogSearch"); 
    141141        if (typeof(QuickCatalogSearch) == 'undefined'){ 
    142                                         setTimeout('openListUsers('+border_id+')',500); 
     142                                        if(typeof(search) == 'undefined') 
     143                                            setTimeout('openListUsers('+border_id+')',500); 
     144                                        else 
     145                                            setTimeout('openListUsers('+border_id+',"'+search+'")',500); 
    143146                                        return false; 
    144147                                } 
     148        QuickCatalogSearch.search = search; 
    145149        QuickCatalogSearch.showCatalogList(border_id); 
    146150} 
Note: See TracChangeset for help on using the changeset viewer.