Monotone-Parent: 2d4d28c2707f8354d18f72b73ca8f02e475d3cfb

Monotone-Revision: a4c9cd2589743e62f753935bba32b3bcc889f831

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-24T22:34:04
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-04-24 22:34:04 +00:00
parent 6440d30f41
commit 82859a5a66
6 changed files with 156 additions and 6 deletions
+8 -3
View File
@@ -70,15 +70,20 @@ function openRightsForUser(button) {
var elements = url.split("/");
elements[elements.length-1] = ("userRights?uid="
+ nodes[0].getAttribute("id"));
window.open(elements.join("/"));
window.open(elements.join("/"), "",
"width=502,height=250,resizable=0,scrollbars=0,toolbar=0,"
+ "location=0,directories=0,status=0,menubar=0,copyhistory=0");
}
return false;
}
function onOpenUserRights(event) {
window.alert("user: " + this.getAttribute("id"));
event.preventDefault();
openRightsForUser();
event.preventDefault();
}
function onAclLoadHandler() {