Ignore:
Timestamp:
08/19/09 11:10:14 (15 years ago)
Author:
niltonneto
Message:

Ticket #561 - Correção das diferenças entre versão publicada e branch 1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/expressoMail1_2/js/TreeShow.js

    r689 r1342  
    9898                                if(func == "newpast"){ 
    9999                    var button = prompt(get_lang('Enter the name of the new folder:'),""); 
    100                                          
    101                                         if (button.indexOf("local_") != -1  || button.toUpperCase() == "INBOX") { 
    102                                                 alert(get_lang("cannot create folder. try other folder name")); 
    103                                                 return false; //Não posso criar pastas contendo a string local_                                  
    104                                         } 
    105  
    106100                                        if(trim(button) == "" || trim(button) == null){ 
    107101                                                return false; 
     
    120114                                        } 
    121115                    var button1 = prompt(get_lang("Enter a name for the box"), ""); 
    122                                         if (button1.indexOf("local_") != -1 || button1.toUpperCase() == "INBOX") { 
    123                                                 alert(get_lang("cannot create folder. try other folder name")); 
    124                                                 return false; //Não posso criar pastas contendo a string local_                                  
    125                                         } 
    126116                                        if(trim(button1) == "" || trim(button1) == null){ 
    127117                                                return false; 
Note: See TracChangeset for help on using the changeset viewer.