Monotone-Parent: f4e46f4fdff68852706c529d4cdff8b4e064c648

Monotone-Revision: 63ef91fbc44c18eb342997f61dccacbaf30852b2

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-12T21:04:21
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-10-12 21:04:21 +00:00
parent 55457321de
commit de02251e69
2 changed files with 4 additions and 2 deletions

View File

@@ -12,7 +12,9 @@
onclick="return onHideCompletedTasks(this);"
/><var:string label:value="Hide completed tasks"
/></label>
<ul id="tasksList">
<ul id="tasksList"
onselectionchange="onTasksSelectionChange();"
multiselect="yes">
<var:foreach list="fetchCoreTasksInfos" item="currentTask"
><var:if condition="shouldDisplayCurrentTask"
><li var:id="currentTask.c_name"

View File

@@ -3,7 +3,7 @@
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
><var:string var:value="doctype" const:escapeHTML="NO" />
<html><head></head><body
<html><head></head><body style="background-color: #dbdad5;"
><script type="text/javascript"
><var:if condition="hasRefreshMethod"
>window.opener.setTimeout('<var:string value="refreshMethod"