mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-30 18:57:18 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user