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();