Ignore:
Timestamp:
08/05/10 17:14:36 (14 years ago)
Author:
amuller
Message:

Ticket #1026 - Corrigindo problema de mensagem que aparece errado ao atualizar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/draw_api.js

    r3143 r3145  
    728728                                                td_info.setAttribute("colspan", "10"); 
    729729                        td_info.setAttribute("background", "#FFF"); 
    730                         tr_info.setAttribute("id", "msg_info"); 
     730                        td_info.setAttribute("id", "msg_info"); 
     731                        td_info.id = "msg_info"; 
    731732                        td_info.align = "center"; 
    732733                        td_info.style.padding = "25px"; 
Note: See TracChangeset for help on using the changeset viewer.