mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 15:15:37 +00:00
See ChangeLog
Monotone-Parent: 81e5a2cbed9325efd0e582da75adabe4e79cff9f Monotone-Revision: 6132fa152e84c6f1d0cd0239e2dff1524f6b34c1 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-08-27T14:41:38
This commit is contained in:
@@ -1027,7 +1027,6 @@ function tasksListCallback(http) {
|
||||
//listItem.addClassName(data[i][5]); // Classification
|
||||
listItem.addClassName(data[i][9]); // status (duelater, completed, etc)
|
||||
listItem.calendar = calendar;
|
||||
listItem.addClassName("calendarFolder" + calendar);
|
||||
listItem.cname = cname;
|
||||
listItem.erasable = data[i][7] || IsSuperUser;
|
||||
var input = createElement("input");
|
||||
@@ -1044,6 +1043,10 @@ function tasksListCallback(http) {
|
||||
input.setAttribute("checked", "checked");
|
||||
$(input).addClassName("checkBox");
|
||||
|
||||
var colorDiv = createElement("div", false, "colorBox calendarFolder" + calendar);
|
||||
colorDiv.update('OO');
|
||||
listItem.appendChild(colorDiv);
|
||||
|
||||
var t = new Element ("span");
|
||||
t.update(data[i][3]);
|
||||
listItem.appendChild (t);
|
||||
|
||||
Reference in New Issue
Block a user