change the order of menu items creating projects
This commit is contained in:
@@ -227,14 +227,6 @@ Ext.onReady(function(){
|
|||||||
text: _('ID_NEW'),
|
text: _('ID_NEW'),
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_add',
|
iconCls: 'button_menu_ext ss_sprite ss_add',
|
||||||
menu: [
|
menu: [
|
||||||
{
|
|
||||||
text: "New Project",
|
|
||||||
iconCls: 'silk-add',
|
|
||||||
icon: '',
|
|
||||||
handler: function () {
|
|
||||||
newProcess({type:"classicProject"});
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "New BPMN Project",
|
text: "New BPMN Project",
|
||||||
iconCls: 'silk-add',
|
iconCls: 'silk-add',
|
||||||
@@ -242,6 +234,14 @@ Ext.onReady(function(){
|
|||||||
handler: function () {
|
handler: function () {
|
||||||
newProcess({type:"bpmnProject"});
|
newProcess({type:"bpmnProject"});
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "New Project",
|
||||||
|
iconCls: 'silk-add',
|
||||||
|
icon: '',
|
||||||
|
handler: function () {
|
||||||
|
newProcess({type:"classicProject"});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
listeners: {
|
listeners: {
|
||||||
|
|||||||
Reference in New Issue
Block a user