See ChangeLog

Monotone-Parent: f6a08c3b1afc336cd35006c90d8dbf33e7f88bf1
Monotone-Revision: b5f2243baded9602acbf5acb8da41a1cc71e1a15

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-08-21T17:46:17
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2008-08-21 17:46:17 +00:00
parent 658eb1ee87
commit be9a469313
43 changed files with 35 additions and 19 deletions
+4 -4
View File
@@ -1333,9 +1333,9 @@ function initMailboxTree() {
mailboxTree.config.hideRoot = true;
mailboxTree.icon.root = ResourcesURL + "/tbtv_account_17x17.gif";
mailboxTree.icon.folder = ResourcesURL + "/tbtv_leaf_corner_17x17.gif";
mailboxTree.icon.folderOpen = ResourcesURL + "/tbtv_leaf_corner_17x17.gif";
mailboxTree.icon.node = ResourcesURL + "/tbtv_leaf_corner_17x17.gif";
mailboxTree.icon.folder = ResourcesURL + "/tbtv_leaf_corner_17x17.png";
mailboxTree.icon.folderOpen = ResourcesURL + "/tbtv_leaf_corner_17x17.png";
mailboxTree.icon.node = ResourcesURL + "/tbtv_leaf_corner_17x17.png";
mailboxTree.icon.line = ResourcesURL + "/tbtv_line_17x17.gif";
mailboxTree.icon.join = ResourcesURL + "/tbtv_junction_17x17.gif";
mailboxTree.icon.joinBottom = ResourcesURL + "/tbtv_corner_17x17.gif";
@@ -1381,7 +1381,7 @@ function mailboxMenuNode(type, name) {
var newNode = document.createElement("li");
var icon = MailerUIdTreeExtension.folderIcons[type];
if (!icon)
icon = "tbtv_leaf_corner_17x17.gif";
icon = "tbtv_leaf_corner_17x17.pngf";
var image = document.createElement("img");
image.src = ResourcesURL + "/" + icon;
newNode.appendChild(image);