Changeset 5549


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

Location:
trunk/expressoMail1_2/js
Files:
2 edited

Legend:

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

    r5548 r5549  
    651651//var colSizes = [ ["24","24","12","12","12","16","16","20%","58%","11%","11%"], ["16","16","12","12","12","20%","20%","*","10%","10%"] ]; 
    652652//var colSizes = [ ["2%","2%","1%","1%","1%","1%","2%","2%","20%","46%","11%","11%"], ["16","16","12","12","12","20%","20%","*","10%","10%"] ]; 
    653 var colSizes = [ ["2%","2%","1%","1%","1%","1%","2%","2%","2%","20%","46%","11%","11%"], ["2%","1%","1%","1%","1%","1%","1%","20%","20%","*","10%","9%"] ]; 
     653var colSizes = [ ["2%","2%","1%","1%","1%","1%","2%","2%","2%","20%","46%","11%","11%"], ["2%","1%","1%","1%","1%","1%","1%","20%","20%","33%","10%","9%"] ]; 
    654654// stores the alignments of the cells 
    655655var colAligns = [ ['','','','','','','','left','left','center','center'], ['','','','','','left','left','left','center','center'] ]; 
  • 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.