Monotone-Parent: 25201eca7a2d2327ce725455760027b032810d78

Monotone-Revision: beff03702ba361b408bf967b4f807a2fec161392

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-19T14:40:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-19 14:40:24 +00:00
parent b790b4778e
commit dcfb1be7f3
4 changed files with 207 additions and 134 deletions
+20 -5
View File
@@ -35,17 +35,26 @@
var:checked="isPrivate"
/><var:string label:value="is private" /></label>
<span class="checkBoxList"><var:string label:value="Date" />
<span class="content"><var:component className="UIxTimeDateControl"
<span class="content"
><input var:checked="hasStartDate" type="checkbox" class="checkBox"
onchange="onTimeControlCheck(this);"
/><var:component className="UIxTimeDateControl"
var:disabled="startDateDisabled"
const:controlID="startTime"
date="taskStartDate"
const:dayStartHour="0"
const:dayEndHour="23"
/></span></span>
<a class="button" href="#" onclick="return toggleDetails();" id="detailsButton"
<a class="button" href="#" onclick="return toggleDetails();"
id="detailsButton"
><var:string label:value="Show Details" /></a>
<span class="checkBoxList"><var:string label:value="Due Time" />
<span class="content"><var:component className="UIxTimeDateControl"
const:controlID="endTime"
<span class="content"
><input var:checked="hasDueDate" type="checkbox" class="checkBox"
onchange="onTimeControlCheck(this);"
/><var:component className="UIxTimeDateControl"
var:disabled="dueDateDisabled"
const:controlID="dueTime"
date="taskDueDate"
const:dayStartHour="0"
const:dayEndHour="23"
@@ -83,7 +92,8 @@
></span
></label>
<span class="checkBoxList" id="participantsCB"><var:string label:value="Participants" />
<span class="checkBoxList" id="participantsCB"
><var:string label:value="Participants" />
<span class="content"><var:component className="UIxContactSelector"
const:selectorId="participants"
contacts="participants"
@@ -101,6 +111,11 @@
<var:popup list="priorities" item="item"
string="itemPriorityText" selection="priority" /></label>
<label style="clear: both;"><var:string label:value="Calendar" />
<var:popup list="availableCalendars" item="item"
const:onChange="onChangeCalendar(this);"
string="item" selection="componentOwner" /></label>
<label><var:string label:value="Comment"
/><textarea name="comment" var:value="comment" /></label>
</div>