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:
Wolfgang Sourdeau
2006-12-15 15:15:14 +00:00
parent 02359d94a8
commit 5cbb10be79
2 changed files with 4 additions and 4 deletions

View File

@@ -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);
}