Ignore:
Timestamp:
01/30/12 13:20:16 (12 years ago)
Author:
angelo
Message:

Ticket #2465 - Inconsistencia no tamanho de aba de pasta selecionada

File:
1 edited

Legend:

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

    r5440 r5443  
    129129                                                    return false; 
    130130                                                } 
    131          
     131                                                 
     132                                                if (newFolder.length > 100){ 
     133                                                        alert((get_lang("cannot create folder with more than 100 characters"))); 
     134                                                        return false; 
     135                                                } 
     136                                                 
    132137                                                if( trim(newFolder) != "" && trim(newFolder) != null ) 
    133138                                                { 
Note: See TracChangeset for help on using the changeset viewer.