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