mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-26 15:29:31 +00:00
Monotone-Parent: c896a0d9f1b127ab4c1d9c4ba270727464984c2b
Monotone-Revision: ec9e73b43fdee5504f6e0f56a8993f947afc31d7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-02T19:05:48 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -44,8 +44,8 @@ function addUserLineToTree(tree, parent, line) {
|
||||
email += ", " + line[3].split("\n").join("; "); // extra contact info
|
||||
tree.add(parent, 0, email, 0, '#', line[0], 'person',
|
||||
'', '',
|
||||
ResourcesURL + '/abcard.gif',
|
||||
ResourcesURL + '/abcard.gif');
|
||||
ResourcesURL + '/abcard.png',
|
||||
ResourcesURL + '/abcard.png');
|
||||
if (window.opener.userFolderType != "user") {
|
||||
tree.add(parent + 1, parent, getLabel("Please wait..."), 0, '#', null,
|
||||
null, '', '', icon, icon);
|
||||
|
||||
Reference in New Issue
Block a user