Ignore:
Timestamp:
10/24/13 15:39:21 (11 years ago)
Author:
angelo
Message:

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

File:
1 edited

Legend:

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

    r8167 r8242  
    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.