Changeset 7328 for branches/2.4


Ignore:
Timestamp:
09/28/12 18:02:58 (12 years ago)
Author:
eduardow
Message:

Ticket #3133 - Corrigido problema no layout da listagem de mensagens.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/expressoMail1_2/js/main.js

    r7327 r7328  
    709709                        //table_element.appendChild(Element("colgroup_main_"+numBox)); 
    710710                         
    711                         $(table_element).append(Element("colgroup_main_"+numBox)); 
     711                        if (!$("#colgroup_main_0").size()){  
     712                    $(table_element).append(Element("colgroup_main_"+numBox));  
     713            } 
    712714 
    713715                        if (data.msgs_to_delete.length > 0){ 
Note: See TracChangeset for help on using the changeset viewer.