mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 073db33d7e59d47a6e90ddb5e637b426e901a649
Monotone-Revision: e49002b89db3022e5f7f6b741a46f8cc67f4d398 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-15T00:53:59 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -45,6 +45,11 @@
|
||||
var:day="currentTableDay.shortDateString"
|
||||
><div class="header"><var:string value="labelForDay" /></div>
|
||||
<div class="appointments">
|
||||
<var:foreach list="hoursToDisplay" item="currentTableHour"
|
||||
><div var:class="clickableHourCellClass"
|
||||
var:day="currentTableDay.shortDateString"
|
||||
var:hour="currentAppointmentHour">
|
||||
</div></var:foreach>
|
||||
<var:foreach list="appointmentsForCurrentDay" item="currentAppointment"
|
||||
><var:component className="UIxCalInlineAptView"
|
||||
dayStartHour="dayStartHour"
|
||||
|
||||
Reference in New Issue
Block a user