sogo/UI/Templates/SchedulerUI/UIxTaskEditor.wox
Wolfgang Sourdeau 2c53331f0b Monotone-Parent: b8a1f679b2d8b5862c0fc73e8bedec0e7b8fdc84
Monotone-Revision: 78d012bb528bcbf5295b1d5241415fcb6465a307

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-03T16:11:29
Monotone-Branch: ca.inverse.sogo
2007-05-03 16:11:29 +00:00

62 lines
2.1 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>
<hr />
<label><var:string label:value="Repeat:" />
<span class="content"><var:popup list="repeatList" item="item"
label:noSelectionString="repeat_NEVER"
const:disabledValue="-"
string="itemRepeatText" selection="repeat"
/></span></label>
</var:component>