IDEMPIERE-724 Zk: Make iDempiere theme more easily customizable - fix the theme resource url for calendar.zul path

This commit is contained in:
Elaine Tan 2013-08-07 16:02:59 +08:00
parent b0593a04e9
commit 40f6a34e2d
1 changed files with 1 additions and 1 deletions

View File

@ -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;");