mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user