mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 17:58:51 +00:00
Monotone-Parent: 3a8b54652636e357a114d90c7fbe2ff4f944a60f
Monotone-Revision: 035a7461367cb96790062dc6cf38d9a910a09534 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-15T15:15:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1031,9 +1031,9 @@ function onAccessRightsMenuEntryMouseUp(event) {
|
||||
var selected = folders.getSelectedNodes()[0];
|
||||
var uid = selected.getAttribute("uid");
|
||||
if (uid == UserLogin)
|
||||
url = ApplicationBaseURL + "acl";
|
||||
url = ApplicationBaseURL + "acls";
|
||||
else
|
||||
url = UserFolderURL + "../" + uid + "/Calendar/acl";
|
||||
url = UserFolderURL + "../" + uid + "/Calendar/acls";
|
||||
|
||||
openAclWindow(url, uid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user