mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user