Ignore:
Timestamp:
02/24/12 16:59:42 (12 years ago)
Author:
angelo
Message:

Ticket #2371 - Campo data e tamanho desalinhados na aba de pesquisa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/search.js

    r5548 r5549  
    686686                        if( j == 11 ) 
    687687                        { 
    688                                 td.setAttribute("width", "9.4%");//alinhamento dos campos data e tamanho 
     688                                td.setAttribute("width", colSizes[1][11]); 
    689689                                td.className = "td_resizable"; 
    690690                                td.align = "center"; 
     
    12241224                 
    12251225                resizeWindow(); 
    1226                  
     1226                $('#table_resultsearch_'+numBox).removeAttr('style'); 
    12271227                if(typeof(Data.data_gears)=="undefined") 
    12281228                        EsearchE.show_paging( Data['num_msgs'] ); 
Note: See TracChangeset for help on using the changeset viewer.