Ignore:
Timestamp:
05/09/11 11:07:09 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Ajuste para exibir o icone de participante para listas - r4260

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/contactcenter/js/cc.js

    r3970 r4275  
    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>'; 
    2144                                                                 break; 
     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>'; 
     2149                                break; 
     2150 
    21452151 
    21462152                                                        //Para tratar tamanho do campo "celular" do empregado 
Note: See TracChangeset for help on using the changeset viewer.