Ignore:
Timestamp:
10/29/13 14:55:17 (10 years ago)
Author:
douglas
Message:

Ticket #3497 - Funcionalidades nao ocultadas quando sinalizadores e marcadores estao desabilitados

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/expressoMail1_2/js/doiMenuData.js

    r8232 r8244  
    249249                "i02": {"name": get_lang("Search"), "icon": "search-mail", callback: function(key, opt){ search_emails(""); }}, 
    250250                "103": {"name": get_lang("Edit filters"), "icon": "filter", callback: filterbox2 }, 
    251                 "i05": {"name": get_lang("Share mailbox"), "icon": "share-mailbox", callback: sharebox }, 
    252                 "i06": {"name": get_lang("Labels"), "icon": "tag", callback: configureLabels },  
    253                 "i08": {"name": get_lang("Empty trash"), "icon": "empty-trash", callback: function(key, opt){ empty_trash_imap(); }} 
     251                "i05": {"name": get_lang("Share mailbox"), "icon": "share-mailbox", callback: sharebox }   
    254252        }; 
    255                  
     253        if ( preferences['use_followupflags_and_labels'] == "1" )  
     254            menuToolsItems["i06"] = {"name": get_lang("Labels"), "icon": "tag", callback: configureLabels };  
     255        menuToolsItems["i08"] = {"name": get_lang("Empty trash"), "icon": "empty-trash", callback: function(key, opt){ empty_trash_imap(); }};  
    256256        if(use_local_messages==1) { 
    257257                //if(expresso_mail_archive.enabled == true) { 
Note: See TracChangeset for help on using the changeset viewer.