Changeset 4260


Ignore:
Timestamp:
05/06/11 17:09:27 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Ajuste para exibir o icone de participante para listas. r4221

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.0.1/contactcenter/js/cc.js

    r3970 r4260  
    21402140                                                                if( !account_type) 
    21412141                                                                        break; 
    2142  
    2143                                                                 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>'; 
     2142                                                                else 
     2143                                                                        if (account_type == 'list') 
     2144                                                                                icon = '<img src="templates/default/images/people-mini.png" align="center">'; 
     2145                                                                        else 
     2146                                                                                icon = ''; 
     2147                                                                             
     2148                                                                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>'; 
    21442149                                                                break; 
    21452150 
Note: See TracChangeset for help on using the changeset viewer.