Monotone-Parent: cb556a1e330ba96826fe08e85f5dc434dcf93aeb

Monotone-Revision: 566c52eecd68ab1a6fbb711a337a83289ec7b3b4

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-11-20T21:11:44
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-11-20 21:11:44 +00:00
parent e12f45b336
commit 0104aca410
+2 -2
View File
@@ -102,8 +102,8 @@ function openRightsForUserID(userID) {
elements[elements.length-1] = "userRights?uid=" + userID;
window.open(elements.join("/"), "",
"width=" + AclEditor['userRightsWidth']
+ ",height=" + AclEditor['userRightsHeight']
"width=" + AclEditor.userRightsWidth
+ ",height=" + AclEditor.userRightsHeight
+ ",resizable=0,scrollbars=0,toolbar=0,"
+ "location=0,directories=0,status=0,menubar=0,copyhistory=0");
}