Ignore:
Timestamp:
02/06/12 11:20:51 (12 years ago)
Author:
cristiano
Message:

Ticket #2480 - Adequações no parser de e-mail - Tratamento do HTML

File:
1 edited

Legend:

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

    r5469 r5476  
    29332933        _body.id = 'body_' + ID; 
    29342934        _body.innerHTML = newBody; 
    2935         //_body.style.fontSize = '16px'; 
     2935        _body.style.marginLeft = '5px'; 
    29362936 
    29372937        var _elements = _body.getElementsByTagName( '*' ); 
     
    37583758                        save_msg(ID); 
    37593759                }; 
    3760                 $("#save_message_options_"+ID).button({ disabled: false }); 
     3760                $("#save_message_options_"+ID).button({disabled: false}); 
    37613761        }; 
    37623762 
     
    39183918        $(".rich-button").click(function(){ 
    39193919                //TO-DO : Se o usuário clicar varias vezes no botão, a função de iniciar o ckeditor se perde e morre. 
    3920                 $(this).button({ disabled: true }); 
     3920                $(this).button({disabled: true}); 
    39213921                if($(this).find("span:first-child").html() == get_lang("Rich text")){ 
    39223922                        $(this).find("span:first-child").html(get_lang("Simple Text")); 
Note: See TracChangeset for help on using the changeset viewer.