IDEMPIERE-724 Zk: Make iDempiere theme more easily customizable - fix the theme resource url for calendar.zul path
This commit is contained in:
parent
b0593a04e9
commit
40f6a34e2d
|
@ -137,7 +137,7 @@ public class WSchedule extends Window implements EventListener<Event>
|
|||
{
|
||||
this.getChildren().clear();
|
||||
|
||||
calendarContainer = Executions.createComponents(ThemeManager.getThemeResource("/zul/calendar/calendar.zul"), this, null);
|
||||
calendarContainer = Executions.createComponents(ThemeManager.getThemeResource("zul/calendar/calendar.zul"), this, null);
|
||||
|
||||
borderlayout = (Borderlayout) calendarContainer.getFellow("main");
|
||||
borderlayout.setStyle("position: absolute; width: 98%; margin: auto;");
|
||||
|
|
Loading…
Reference in New Issue