Monotone-Parent: 8340091a2eb14ecaaf0f35d7198bde06fef4da27

Monotone-Revision: 6d6b0cc0f87fc7dc13e1e7bc4dfc3a8a0d320760

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-06T22:29:55
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-06 22:29:55 +00:00
parent e057b589bc
commit c0db1a6c45
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,5 +1,9 @@
2006-09-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Templates/SchedulerUI/UIxCalDateSelector.wox: pass the user's
timezone ([self viewTimeZone]) to the WEMonthOverview component to
avoid a confusion with the days.
* UI/Templates/SchedulerUI/UIxCalInlineAptView.wox: appointments
can now be clicked.
@@ -17,8 +17,7 @@
var:date="prevMonthAsString"
onclick="return onDateSelectorGotoMonth(this);"
><img id="previous" rsrc:src="arrow-lft-sharp.gif" />
</a
><span id="monthLabel"
</a><span id="monthLabel"
onmousedown="return false;"
var:month="headerMonthValue"
onclick="popupMonthMenu(event, 'monthListMenu');"
@@ -29,12 +28,13 @@
><var:string value="headerYearString"
/></span>
</div>
<var:month-overview
currentDay="currentDay"
index="dayIndex"
year="year"
month="month"
var:timeZone="viewTimeZone"
const:startDateKey="startDate"
const:endDateKey="endDate"
><var:month-label