Monotone-Parent: 1c22eb30b09a0d3629c623199f34e18685dc301a

Monotone-Revision: 4c6a43b340826c21914a829d2ccdc4f533e77b9b

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-06-06T20:44:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-06-06 20:44:12 +00:00
parent cd9812ed9d
commit 402fe769d4

View File

@@ -13,20 +13,6 @@
/><var:string label:value="Show completed tasks"
/></label>
<ul id="tasksList" multiselect="yes">
<var:foreach list="fetchCoreTasksInfos" item="currentTask"
><var:if condition="shouldDisplayCurrentTask"
><li var:id="currentTask.c_name"
var:owner="currentTask.owner"
var:class="currentStatusClass"
onmousedown="return false;"
onclick="return onRowClick(event);"
ondblclick="return editDoubleClickedEvent(this);"
><input class="checkBox"
var:checked="isCurrentTaskCompleted"
type="checkbox"
onchange="return updateTaskStatus(this);"
/><var:string value="currentTask.title" const:escapeHTML="NO"
/></li></var:if>
</var:foreach>
</ul>
<var:string value="fetchCoreTasksInfos.jsonRepresentation"/>
</container>