Ignore:
Timestamp:
12/29/10 16:06:41 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1338 - Desalinhamento dos campos de pesquisa do contactcenter no IE.

File:
1 edited

Legend:

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

    r3313 r3644  
    2222                var search_params = new Array(); 
    2323                search_params['holder'] = Element('cc_panel_search_call'); 
    24                 search_params['total_width'] = '330px'; 
     24                search_params['total_width'] = (v_label != false &  v_atrib != false)? '485px' : '330px'; 
    2525                search_params['input_width'] = '200px'; 
    2626                search_params['progress_top'] = '150px'; 
Note: See TracChangeset for help on using the changeset viewer.