Disabling the "Browse Library" button (deprecated)

This commit is contained in:
Julio Cesar Laura
2013-05-02 13:16:01 -04:00
parent 667efb57bb
commit 3591165f6a

View File

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