Changeset 5410


Ignore:
Timestamp:
01/23/12 13:06:09 (12 years ago)
Author:
angelo
Message:

Ticket #2458 - Inconsistencia redimensionar a tabela de mensagens

File:
1 edited

Legend:

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

    r5409 r5410  
    598598 
    599599// stores the percentages of the cells 
    600 var colSizes = [ ["24","24","12","12","12","16","16","20%","58%","11%","11%"], ["16","16","12","12","12","20%","20%","*","10%","10%"] ]; 
     600//var colSizes = [ ["24","24","12","12","12","16","16","20%","58%","11%","11%"], ["16","16","12","12","12","20%","20%","*","10%","10%"] ]; 
     601var colSizes = [ ["2%","2%","1%","1%","1%","1%","2%","20%","48%","11%","11%"], ["16","16","12","12","12","20%","20%","*","10%","10%"] ]; 
    601602// stores the alignments of the cells 
    602603var colAligns = [ ['','','','','','','','left','left','center','center'], ['','','','','','left','left','left','center','center'] ]; 
Note: See TracChangeset for help on using the changeset viewer.