Files
sogo/UI/Templates/SchedulerUI/UIxCalTasksListView.wox
Francis Lachapelle 402fe769d4 Monotone-Parent: 1c22eb30b09a0d3629c623199f34e18685dc301a
Monotone-Revision: 4c6a43b340826c21914a829d2ccdc4f533e77b9b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-06-06T20:44:12
Monotone-Branch: ca.inverse.sogo
2007-06-06 20:44:12 +00:00

19 lines
663 B
XML

<?xml version="1.0" standalone="yes"?>
<container
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">
<h2><var:string label:value="Tasks" /></h2>
<label><input class="checkBox"
var:checked="shouldShowCompletedTasks"
type="checkbox"
onclick="return onShowCompletedTasks(this);"
/><var:string label:value="Show completed tasks"
/></label>
<ul id="tasksList" multiselect="yes">
</ul>
<var:string value="fetchCoreTasksInfos.jsonRepresentation"/>
</container>