Ignore:
Timestamp:
05/20/09 16:08:06 (15 years ago)
Author:
niltonneto
Message:

Ticket #480 - Inclusão dos grupos LDAP na busca do Catálogo Geral.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/contactcenter/js/cc.js

    r752 r880  
    19581958 
    19591959                                                        case 'cc_forwarding_address': 
    1960                                                                 var contacts = data[3][pos][k]; 
    1961                                                                                                                                  
    1962                                                                 if( !contacts) 
     1960                                                                var account_type = data[3][pos][k]; 
     1961                                                                                                                         
     1962                                                                if( !account_type) 
    19631963                                                                        break; 
    1964                                                                                                                                                                                                                                                                                                                                  
    1965                                                                 Element(id+':cc_icon_group').innerHTML =  '<span title="'+Element('cc_participants').value+'"  onmouseout="window.status=\'\';" onclick="ccListParticipants.showList(\''+ Element(id+':cc_id').value + '\');return true;" style="cursor: pointer; cursor: hand; z-index: 1"><img src="templates/default/images/people-mini.png" align="center">&nbsp;&nbsp;</span>'; 
     1964                                                                                                                                                                                                                                                                                                                                                                                                                                         
     1965                                                                Element(id+':cc_icon_group').innerHTML =  '<span title="'+Element('cc_participants').value+'"  onmouseout="window.status=\'\';" onclick="ccListParticipants.showList(\''+ Element(id+':cc_id').value + '\',null,null,null,\''+account_type+'\');return true;" style="cursor: pointer; cursor: hand; z-index: 1"><img src="templates/default/images/people-mini.png" align="center">&nbsp;&nbsp;</span>'; 
    19661966                                                                break; 
    19671967 
Note: See TracChangeset for help on using the changeset viewer.