Ignore:
Timestamp:
11/26/09 14:24:31 (14 years ago)
Author:
rafaelraymundo
Message:

Ticket #405 - Corrige problema com anexos extras ao encaminhar e-mail.

File:
1 edited

Legend:

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

    r1701 r1711  
    17671767                        { 
    17681768                                var showImgLink = document.createElement('DIV'); 
    1769                                 showImgLink.id="show_img_link"; 
     1769                                showImgLink.id="show_img_link_"+ID; 
    17701770                                showImgLink.onclick = function(){show_msg_img(info_msg.msg_number,info_msg.msg_folder)}; 
    17711771                                showImgLink.className="show_img_link"; 
Note: See TracChangeset for help on using the changeset viewer.