mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-02 13:46:23 +00:00
Monotone-Revision: 4c6a43b340826c21914a829d2ccdc4f533e77b9b Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-06-06T20:44:12 Monotone-Branch: ca.inverse.sogo
19 lines
663 B
XML
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>
|