Changeset 7349 for sandbox


Ignore:
Timestamp:
10/05/12 11:02:14 (11 years ago)
Author:
thiago
Message:

Ticket #3088 - Validacao da criacao de marcadores nas pastas locais.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.5.0-expresso1/expressoMail1_2/js/common_functions.js

    r7347 r7349  
    674674 
    675675function configureLabels(data){ 
     676    if(get_current_folder().split("_")[0] == "local"){ 
     677        alert("Pastas locais não fornece suporte para marcadores"); 
     678        return true; 
     679    } 
    676680 
    677681        dialogElement = $('.label-configure-win').html(DataLayer.render("../prototype/modules/mail/templates/label_configure.ejs", {})) 
Note: See TracChangeset for help on using the changeset viewer.