[Bug #878] Changed menu order in order to have coherency between menu and perspectives.
FEA: ItEr71S04BugFixing
This commit is contained in:
parent
926a03616c
commit
a76e26a4e5
1 changed files with 1 additions and 1 deletions
|
|
@ -237,8 +237,8 @@ public class CustomMenuController extends Div implements IMenuItemsRegister {
|
|||
public void initializeMenu() {
|
||||
topItem(_("Scheduling"), "/planner/index.zul", "",
|
||||
subItem(_("Projects Planning"), "/planner/index.zul;company_scheduling","01-introducion.html"),
|
||||
subItem(_("Resource Usage"),"/planner/index.zul;company_load","01-introducion.html#id1"),
|
||||
subItem(_("Projects"), "/planner/index.zul;orders_list","01-introducion.html#id2"),
|
||||
subItem(_("Resource Usage"),"/planner/index.zul;company_load","01-introducion.html#id1"),
|
||||
subItem(_("Limiting Resources Planning"),"/planner/index.zul;limiting_resources","01-introducion.html"),
|
||||
subItem(_("Project Templates"), "/templates/templates.zul", ""));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue