mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-23 22:09:29 +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:
@@ -669,9 +669,9 @@ function onAccessRightsMenuEntryMouseUp(event) {
|
||||
var external = selected.getAttribute("external-addressbook");
|
||||
var title = this.innerHTML;
|
||||
if (external)
|
||||
url = UserFolderURL + "../" + external + "/Contacts/personal/acl";
|
||||
url = UserFolderURL + "../" + external + "/Contacts/personal/acls";
|
||||
else
|
||||
url = ApplicationBaseURL + selected.getAttribute("id") + "/acl";
|
||||
url = ApplicationBaseURL + selected.getAttribute("id") + "/acls";
|
||||
|
||||
openAclWindow(url, title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user