mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-15 16:35:35 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user