merge of 'a07f7846d51ddaa898b21d99d37aa65bd1c74e96'

and 'd143cc48f74241285ec9dd377698e50a2be189f6'

Monotone-Parent: a07f7846d51ddaa898b21d99d37aa65bd1c74e96
Monotone-Parent: d143cc48f74241285ec9dd377698e50a2be189f6
Monotone-Revision: f0a20e946b81f4ef75d6ab7e76faea2086c35780

Monotone-Author: flachapelle@inverse.ca
Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-18T14:04:40
Monotone-Date: 2007-05-18T14:07:15
Monotone-Branch: ca.inverse.sogo
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-05-18 14:04:40 +00:00
22 changed files with 172 additions and 73 deletions
+1 -1
View File
@@ -946,7 +946,7 @@ function openExternalLink(anchor) {
function openAclWindow(url) {
var w = window.open(url, "aclWindow",
"width=300,height=300,resizable=1,scrollbars=1,toolbar=0,"
"width=420,height=300,resizable=1,scrollbars=1,toolbar=0,"
+ "location=0,directories=0,status=0,menubar=0"
+ ",copyhistory=0");
w.opener = window;