From 3591165f6a62971e917322305adc4115c7d83993 Mon Sep 17 00:00:00 2001 From: Julio Cesar Laura Date: Thu, 2 May 2013 13:16:01 -0400 Subject: [PATCH] Disabling the "Browse Library" button (deprecated) --- workflow/engine/templates/processes/main.js | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/workflow/engine/templates/processes/main.js b/workflow/engine/templates/processes/main.js index 481177f54..ece257220 100755 --- a/workflow/engine/templates/processes/main.js +++ b/workflow/engine/templates/processes/main.js @@ -263,16 +263,7 @@ Ext.onReady(function(){ importProcessGlobal.processFileType = "pm"; importProcess(); } - }, - !PARTNER_FLAG ? - [{ - text: _('ID_BROWSE_LIBRARY'), - iconCls: 'button_menu_ext ss_sprite ss_world', - //icon: '/images/icon-pmwebservices.png', - handler: browseLibrary - } - ] : [], - { + },{ xtype: 'tbfill' },{ xtype: 'tbseparator' @@ -1095,10 +1086,6 @@ importProcess = function() w.show(); } -browseLibrary = function(){ - window.location = 'processes_Library'; -} - function activeDeactive(){ var rows = processesGrid.getSelectionModel().getSelections();