mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 06:18:50 +00:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user