Ignore:
Timestamp:
08/17/12 16:48:33 (12 years ago)
Author:
gustavo
Message:

Ticket #2911 - Melhoria na disposição e exibição das abas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/newExpressoMail/expressoMail1_2/js/draw_api.js

    r7043 r7064  
    924924function syncColumns() { 
    925925        var thisCell; 
    926         var tbl = (document.getElementById("content_id_"+numBox)==null ? 1 : 0); 
     926        var tbl = (document.getElementById("ui-tabs-"+numBox)==null ? 1 : 0); 
    927927        if (objCell) 
    928928                thisCell = objCell; 
Note: See TracChangeset for help on using the changeset viewer.