Changeset 4376 for trunk


Ignore:
Timestamp:
05/12/11 16:16:44 (13 years ago)
Author:
niltonneto
Message:

Ticket #1818 - contactcenter - Ajuste para exibir o icone de participante para listas.

File:
1 edited

Legend:

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

    r3796 r4376  
    21392139                                                                if( !account_type) 
    21402140                                                                        break; 
    2141  
    2142                                                                 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">&nbsp;&nbsp;</span>'; 
     2141                                                                else  
     2142                                                                        if (account_type == 'list') 
     2143                                                                                icon = '<img src="templates/default/images/people-mini.png" align="center">'; 
     2144                                                                        else 
     2145                                                                                icon = ''; 
     2146                                                                 
     2147                                                                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">'+icon+'&nbsp;&nbsp;</span>'; 
    21432148                                                                break; 
    21442149 
Note: See TracChangeset for help on using the changeset viewer.