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/doiMenuData.js

    r6541 r6930  
    9797 
    9898/** 
    99  *      Carrega o menu de opção de uma mensagem 
     99 *      Carrega o menu de opção de uma mensagem 
    100100 */ 
    101101function loadMenu(){ 
     
    140140                "i02": {"name": get_lang("Search"), "icon": "search-mail", callback: function(key, opt){ search_emails(""); }}, 
    141141                "103": {"name": get_lang("Edit filters"), "icon": "filter", callback: filterbox2 }, 
    142                 "i04": {"name": get_lang("Edit folders"), "icon": "edit-folder", callback: folderbox }, 
    143142                "i05": {"name": get_lang("Share mailbox"), "icon": "share-mailbox", callback: sharebox }, 
    144143                "i06": {"name": get_lang("Labels"), "icon": "tag", callback: configureLabels },  
     
    153152} else { 
    154153        var menuToolsItems = { 
    155                 "i01": {"name": get_lang("Search"), "icon": "search-mail", callback: function(key, opt){ search_emails(""); }}, 
    156                 "i02": {"name": get_lang("Edit folders"), "icon": "edit-folder", callback: folderbox } 
     154                "i01": {"name": get_lang("Search"), "icon": "search-mail", callback: function(key, opt){ search_emails(""); }} 
    157155        } 
    158156} 
     
    210208function updateLabelsColumn(messageInfo) { 
    211209        var msg_number = messageInfo.msg_number; 
    212         //uid é o numero da mensagem quando os dados são carregados na busca rapida. 
     210        //uid é o numero da mensagem quando os dados são carregados na busca rapida. 
    213211        if(messageInfo.uid != '' && messageInfo.uid != 'undefined' && messageInfo.uid != null){ 
    214212                msg_number = messageInfo.uid; 
     
    268266            .appendTo(this); 
    269267                $(this).find('span.removeLabeled').click(function(){ 
    270                         //TODO Mudar quando API abstrair atualizações no cache 
     268                        //TODO Mudar quando API abstrair atualizações no cache 
    271269                        DataLayer.remove('labeled', false); 
    272270                        DataLayer.get('labeled'); 
Note: See TracChangeset for help on using the changeset viewer.