Ignore:
Timestamp:
07/24/12 15:12:45 (12 years ago)
Author:
angelo
Message:

Ticket #2954 - Selecionar todas as mensagens de uma pasta independente de paginacao

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.2-expresso2/expressoMail1_2/js/abas.js

    r6684 r6869  
    146146            document.getElementById('to_'+ID).focus();  
    147147        } 
     148        if (ID == 0){  
     149                updateSelectedMsgs(); 
     150        } 
    148151        RichTextEditor.setEditable(ID); 
    149152        resizeWindow(); 
     
    153156function create_border(borderTitle, id_value, search) 
    154157{ 
    155                          
    156158        borderTitle = ( ( borderTitle && borderTitle.constructor == String && borderTitle.length > 0 ) ? borderTitle : ' ' ); 
    157159    borderTitle = html_entities(borderTitle);     
Note: See TracChangeset for help on using the changeset viewer.