Ignore:
Timestamp:
01/21/11 15:43:28 (13 years ago)
Author:
eduardoalex
Message:

Ticket #1496 - Contactcenter - Retirado icone na listagem dos contatos.

File:
1 edited

Legend:

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

    r3681 r3717  
    21402140                                                                        break; 
    21412141 
    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"><img src="templates/default/images/people-mini.png" align="center">&nbsp;&nbsp;</span>'; 
     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>'; 
    21432143                                                                break; 
    21442144 
Note: See TracChangeset for help on using the changeset viewer.