mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 15:15:37 +00:00
merge of '40158dc91b545a299c42231ee687029a4bf2e718'
and 'a7b68a3656aaebe8e9a421997de4d311b04b9e13' Monotone-Parent: 40158dc91b545a299c42231ee687029a4bf2e718 Monotone-Parent: a7b68a3656aaebe8e9a421997de4d311b04b9e13 Monotone-Revision: ef30367c8b75538cf7607ce41aba7151c3667d37 Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-07-23T12:45:37 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -664,12 +664,14 @@ function tasksListCallback(http) {
|
||||
var cname = escape(data[i][0]);
|
||||
listItem.setAttribute("id", calendar + "-" + cname);
|
||||
//listItem.addClassName(data[i][5]); // Classification
|
||||
listItem.addClassName(data[i][6]);
|
||||
listItem.addClassName(data[i][7]);
|
||||
listItem.calendar = calendar;
|
||||
listItem.addClassName("calendarFolder" + calendar);
|
||||
listItem.cname = cname;
|
||||
var input = $(document.createElement("input"));
|
||||
input.setAttribute("type", "checkbox");
|
||||
if (parseInt(data[i][6]) == 0)
|
||||
input.setAttribute ("disabled", true);
|
||||
listItem.appendChild(input);
|
||||
input.observe("click", updateTaskStatus, true);
|
||||
input.setAttribute("value", "1");
|
||||
|
||||
Reference in New Issue
Block a user