Ignore:
Timestamp:
05/06/11 18:02:05 (13 years ago)
Author:
rafaelraymundo
Message:

Ticket #1726 - Traduz frases do envio de email em txt puro. r4233

File:
1 edited

Legend:

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

    r4258 r4268  
    171171                        html = html.nodeValue.replace( /<br\s*\/?>/mg, "\n" ).replace( /(<([^>]+)>)/ig, '' ).replace( /^[\n ]+|[\n ]+$/g, '' ); 
    172172 
    173                         if ( ! mobile_device && html != '' && ! ( mail_as_plain.checked = confirm( 'The text format will be lost.' ) ) ) 
     173                        if ( ! mobile_device && html != '' && ! ( mail_as_plain.checked = confirm( get_lang( 'The text format will be lost' ) + '.' ) ) ) 
    174174                                return false; 
    175175 
     
    207207 
    208208                        this.loadEditor( this.id ); 
     209 
     210                        setTimeout( function( ) { editor.contentWindow.focus( ); }, 100 ); 
    209211                } 
    210212        } 
Note: See TracChangeset for help on using the changeset viewer.