ItEr37S16RFMaquetacionDesenhoAplicacionItEr36S18: Added 2nd level direct links for scheduling section

* Implementation of entrypoints pending to work properly
This commit is contained in:
Lorenzo Tilve 2009-12-03 01:44:03 +01:00 committed by Javier Moran Rua
parent 0260999da7
commit d9c11bc652

View file

@ -167,7 +167,11 @@ public class CustomMenuController extends Div implements IMenuItemsRegister {
}
public void initializeMenu() {
topItem(_("Scheduling"), "/planner/index.zul");
topItem(_("Scheduling"), "/planner/index.zul", subItem(
_("Company view"), "/planner/index.zul#company_view"), subItem(
_("General resource allocation"),
"/planner/index.zul#company_resources"), subItem(
_("Orders list"), "/planner/index.zul#company_orders"));
topItem(_("Resources"), "/resources/worker/worker.zul",
subItem(_("Workers List"),