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