Merging fixes from 2.5 branch

This commit is contained in:
Julio Cesar Laura
2014-10-13 11:14:35 -04:00
parent 6d5f3eac82
commit ecc10ab7ab

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,24 +251,13 @@ 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'),