sogo/UI/Templates/SchedulerUI/UIxTaskEditor.wox
Ludovic Marcotte 2d2fcffec5 see changelog
Monotone-Parent: 0f4484bf642d11bc96f9672226ec495c99e2301f
Monotone-Revision: b7b4b1f3f729de477db90d41fee55b91ea781b02

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-01-14T13:57:28
Monotone-Branch: ca.inverse.sogo
2008-01-14 13:57:28 +00:00

55 lines
1.8 KiB
XML

<?xml version='1.0' standalone='yes'?>
<!DOCTYPE var:component>
<var:component
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:uix="OGo:uix"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label"
className="UIxComponentEditor"
var:component="todo"
var:saveURL="saveURL">
<span class="checkBoxList"><var:string label:value="Start:" />
<span class="content"><input var:checked="hasStartDate"
id="startDateCB" 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>
<span class="checkBoxList"><var:string label:value="Due Date:" />
<span class="content"><input var:checked="hasDueDate"
id="dueDateCB" 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"
/></span></span>
<span class="checkBoxList"><var:string label:value="Status:" />
<span class="content"><var:popup list="statusList" item="item"
const:id="statusList"
label:noSelectionString="status_NOT-SPECIFIED"
string="itemStatusText" selection="status"
/><var:component className="UIxTimeDateControl"
const:displayTimeControl="0"
var:disabled="statusDateDisabled"
const:controlID="statusTime"
date="statusDate"
const:dayStartHour="0"
const:dayEndHour="23"
/><input type="text" name="statusPercent"
id="statusPercent"
class="textField"
var:value="statusPercent"
var:disabled="statusPercentDisabled"
/><var:string label:value="% complete"
/></span></span>
</var:component>