Changeset 5064 for branches/2.3


Ignore:
Timestamp:
09/06/11 15:29:36 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #2246 - Cartão de Contato com Texto Sobreposto

File:
1 edited

Legend:

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

    r5020 r5064  
    21882188                                                                        Element(id+':'+data[2][k]).innerHTML = adjustString(data[3][pos][k], 15); 
    21892189                                                                } 
    2190                                                                 Element(id+':cc_department').innerHTML = data[3][pos][k]; 
     2190                                                                //Element(id+':cc_department').innerHTML = data[3][pos][k]; 
    21912191                                                                break; 
    21922192 
     
    24112411                                                '<span id="' + id + ':cc_title" style="position: absolute; top: 50px; left: 75px; width: 135px; border: 0px solid #999; font-weight: normal; font-size: 12px; text-align: center; height: 10px;"></span>' + 
    24122412                                                //Para exibir o setor/lotacao do empregado nos cartoes 
    2413                                                 '<span id="' + id + ':cc_department" style="position: absolute; top: 60px; left: 75px; width: 135px; border: 0px solid #999; font-weight: normal; font-size: 10px; text-align: center; height: 10px;"></span>' + 
     2413                                                '<span id="' + id + ':cc_department" style="position: absolute; top: 60px; left: 75px; width: 135px; border: 0px solid #999; font-weight: normal; font-size: 9px; text-align: center; height: 10px;"></span>' + 
    24142414                                                '<span id="' + id + ':cc_phone" style="position: absolute; top: 75px; left: 75px; width: 135px; border: 0px solid #999; font-weight: normal; font-size: 10px; text-align: center; height: 10px;"></span>' + 
    24152415                                                //Para exibir o celular empresarial do empregado na tabela 
Note: See TracChangeset for help on using the changeset viewer.