From 0104aca410c4691de6c0c77d769522b97de36dbc Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 20 Nov 2007 21:11:44 +0000 Subject: [PATCH] Monotone-Parent: cb556a1e330ba96826fe08e85f5dc434dcf93aeb Monotone-Revision: 566c52eecd68ab1a6fbb711a337a83289ec7b3b4 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-11-20T21:11:44 Monotone-Branch: ca.inverse.sogo --- UI/WebServerResources/UIxAclEditor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/WebServerResources/UIxAclEditor.js b/UI/WebServerResources/UIxAclEditor.js index 343c0b5e0..9617809b1 100644 --- a/UI/WebServerResources/UIxAclEditor.js +++ b/UI/WebServerResources/UIxAclEditor.js @@ -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"); }