Merged in luisfernandosl/processmaker/2.8 (pull request #894)

Branch 2.8 "No mostra menu New en Disigner"
This commit is contained in:
Julio Cesar Laura Avendaño
2014-10-10 17:49:48 -04:00

View File

@@ -224,7 +224,7 @@ Ext.onReady(function(){
}),
store: store,
tbar:[
{
/*{
xtype: 'tbsplit',
text: _('ID_NEW'),
iconCls: 'button_menu_ext ss_sprite ss_add',
@@ -251,13 +251,24 @@ Ext.onReady(function(){
obj.showMenu();
}
}
},/*
},*//*
{
text: _('ID_NEW'),
iconCls: 'button_menu_ext ss_sprite ss_add',
//icon: '/images/addc.png',
handler: newProcess
},*/
{
text: _("ID_NEW"),
iconCls: "button_menu_ext ss_sprite ss_add",
icon: "",
handler: function ()
{
newProcess({type: "classicProject"});
}
},
'-'
,{
text: _('ID_EDIT'),