Ignore:
Timestamp:
08/03/12 15:32:43 (12 years ago)
Author:
gustavo
Message:

Ticket #2954 - Merge de algumas novas funcionalidades da nova versão, #2953, #2971

File:
1 edited

Legend:

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

    r6892 r6930  
    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.