Monotone-Parent: 77b66d1c57c68b5b16ff0e72dbda315edaeed590

Monotone-Revision: 15215e74bf0a86641e93f5887afd6597933439fc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-10-16T22:14:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-10-16 22:14:50 +00:00
parent 206ba45c65
commit 93005e568c
5 changed files with 23 additions and 7 deletions
+9 -3
View File
@@ -708,10 +708,16 @@ function folderRenameCallback(http) {
function onMenuSharing(event) {
var folders = $("contactFolders");
var selected = folders.getSelectedNodes()[0];
var title = this.innerHTML;
var url = URLForFolderID(selected.getAttribute("id"));
var owner = selected.getAttribute("owner");
if (owner == "nobody")
window.alert(clabels["The user rights cannot be"
+ " edited for this object!"]);
else {
var title = this.innerHTML;
var url = URLForFolderID(selected.getAttribute("id"));
openAclWindow(url + "/acls", title);
openAclWindow(url + "/acls", title);
}
}
function getMenus() {