Ignore:
Timestamp:
05/26/11 09:09:31 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Erro ao inserir imagem no corpo da mensagem - r4501

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/expressoMail1_2/js/main.js

    r4520 r4521  
    19691969        mail_type.type = 'hidden';  
    19701970        mail_type.value = ( mail_as_plain ) ? 'plain' : 'html';  
    1971         form.appendChild( mail_type ); 
     1971        form.parentNode.appendChild( mail_type ); 
    19721972         
    19731973        cExecuteForm ("$this.imap_functions.save_msg", form, handler_save_msg,border_id); 
Note: See TracChangeset for help on using the changeset viewer.