Ignore:
Timestamp:
06/14/12 18:16:02 (12 years ago)
Author:
eduardow
Message:

Ticket #2857 - Problema de formatação de emails criados no expresso e abertos em outros clientes.

File:
1 edited

Legend:

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

    r5973 r6505  
    200200         
    201201        $(".cke_editor").css("white-space", "normal"); 
    202         RichTextEditor.editorReady = true; 
    203      }   
     202        
     203  if(typeof(preferences.font_size_editor) !== 'undefined')  
     204      $(editor.document.$.body).css("font-size",preferences.font_size_editor);  
     205  if(typeof(preferences.font_family_editor) !== 'undefined')  
     206      $(editor.document.$.body).css("font-family",preferences.font_family_editor);  
     207          
     208  RichTextEditor.editorReady = true;  
     209  }     
    204210} 
    205211 
Note: See TracChangeset for help on using the changeset viewer.