Ignore:
Timestamp:
02/17/11 14:31:33 (13 years ago)
Author:
rodsouza
Message:

Ticket #1522 - Adicionado confirmacao para criar filtro com acentos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/expressoMail1_2/js/filter.js

    r3741 r3775  
    556556                        } 
    557557 
     558                        if (  
     559                                ( /[^\x00-\x80]/.test( Element("field1").value ) || /[^\x00-\x80]/.test( Element("field2").value ) || /[^\x00-\x80]/.test( Element("field3").value ) ) 
     560                                && ( ! confirm( get_lang ( 'Your rule contains any accented character. The filter may not work. Do you wish to continue?' ) ) ) 
     561                        ) return false; 
     562 
    558563                        if(LTrim(Element("field1").value) == "" && LTrim(Element("field2").value) == "" && LTrim(Element("field3").value) == "" && Element("field4").value == "") 
    559564                        { 
Note: See TracChangeset for help on using the changeset viewer.