IDEMPIERE-724 Zk: Make iDempiere theme more easily customizable - fix the theme resource url for calendar.zul path
This commit is contained in:
parent
fdee723aef
commit
e7d2a7a293
|
@ -104,7 +104,7 @@ public class CalendarWindow extends Window implements EventListener<Event> {
|
|||
setTitle(Msg.getMsg(ctx,"Calendar"));
|
||||
setAttribute(Window.MODE_KEY, Window.MODE_EMBEDDED);
|
||||
|
||||
Component component = Executions.createComponents(ThemeManager.getThemeResource("/zul/calendar/calendar.zul"), this, null);
|
||||
Component component = Executions.createComponents(ThemeManager.getThemeResource("zul/calendar/calendar.zul"), this, null);
|
||||
|
||||
Borderlayout borderlayout = (Borderlayout) component.getFellow("main");
|
||||
borderlayout.setStyle("position: absolute");
|
||||
|
|
Loading…
Reference in New Issue