Monotone-Parent: c3158529cb4ab65ea318a0f12e4853921d68d6ed

Monotone-Revision: 14ebfcc1f4e78b3902b626a981e94b632fd2a92e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-23T14:57:42
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2006-10-23 14:57:42 +00:00
parent 262d341af3
commit ca17b725e3

View file

@ -18,7 +18,7 @@
<var:foreach list="fetchCoreTasksInfos" item="currentTask"
><var:if condition="shouldDisplayCurrentTask"
><li var:id="currentTask.c_name"
var:owner="currentTaskOwner"
var:owner="currentTask.owner"
var:class="currentStatusClass"
onmousedown="return false;"
onclick="return onRowClick(event);"