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
@@ -55,9 +55,9 @@ function buildTree(response) {
d.config.folderLlinks = true;
d.config.hideRoot = true;
d.icon.root = ResourcesURL + '/tbtv_account_17x17.gif';
d.icon.folder = ResourcesURL + '/tbtv_leaf_corner_17x17.gif';
d.icon.folderOpen = ResourcesURL + '/tbtv_leaf_corner_17x17.gif';
d.icon.node = ResourcesURL + '/tbtv_leaf_corner_17x17.gif';
d.icon.folder = ResourcesURL + '/tbtv_leaf_corner_17x17.png';
d.icon.folderOpen = ResourcesURL + '/tbtv_leaf_corner_17x17.png';
d.icon.node = ResourcesURL + '/tbtv_leaf_corner_17x17.png';
d.icon.line = ResourcesURL + '/tbtv_line_17x17.gif';
d.icon.join = ResourcesURL + '/tbtv_junction_17x17.gif';
d.icon.joinBottom = ResourcesURL + '/tbtv_corner_17x17.gif';