2012-08-03 15:46:55 +07:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?component name="divarrow" macro-uri="divarrow.zul"?>
|
|
|
|
<zk>
|
2013-03-15 10:38:07 +07:00
|
|
|
<zscript><![CDATA[
|
|
|
|
var calendarIcon = org.adempiere.webui.theme.ThemeManager.getThemeResource("images/Calendar16.png");
|
|
|
|
]]></zscript>
|
2012-08-03 15:46:55 +07:00
|
|
|
<style src="calendar.css"/>
|
|
|
|
<calendars firstDayOfWeek="Monday" model="${cm}" mold="month" id="cal">
|
|
|
|
<toolbar sclass="calendar-toolbar">
|
|
|
|
<div class="float-left">
|
|
|
|
<hbox>
|
|
|
|
<divarrow id="divArrowLeft" type="arrow-left"/>
|
|
|
|
<divarrow id="divArrowRight" type="arrow-right"/>
|
|
|
|
<div>
|
2013-03-26 21:41:25 +07:00
|
|
|
<button id="btnCurrentDate" label="today" sclass="btn-small"/>
|
2012-08-03 15:46:55 +07:00
|
|
|
<separator orient="vertical" spacing="2px"/>
|
|
|
|
<label id="lblDate"/>
|
|
|
|
<toolbarbutton id="btnRefresh" label="Refresh" class="refresh"/>
|
2013-03-15 10:38:07 +07:00
|
|
|
<toolbarbutton id="btnCal" image="${calendarIcon}"/>
|
2012-08-03 15:46:55 +07:00
|
|
|
</div>
|
|
|
|
</hbox>
|
|
|
|
</div>
|
|
|
|
</toolbar>
|
|
|
|
</calendars>
|
|
|
|
</zk>
|