Skip to content

Commit bc2e6bc

Browse files
author
Richard Jones
committed
ahem
1 parent 7a9efb8 commit bc2e6bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup/cgi_client.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: cgi_client.py,v 1.110 2002-02-21 07:19:08 richard Exp $
18+
# $Id: cgi_client.py,v 1.111 2002-02-25 04:32:21 richard Exp $
1919

2020
__doc__ = """
2121
WWW request handler (also used in the stand-alone server).
@@ -99,7 +99,7 @@ def header(self, headers={'Content-Type':'text/html'}):
9999
return 1;
100100
}
101101
102-
function help_window(helpurl) {
102+
function help_window(helpurl, width, height) {
103103
HelpWin = window.open('%(base)s%(instance_path_name)s/' + helpurl, 'HelpWindow', 'scrollbars=yes,resizable=yes,toolbar=no,height='+height+',width='+width);
104104
}
105105
@@ -1325,6 +1325,9 @@ def parsePropsFromForm(db, cl, form, nodeid=0):
13251325

13261326
#
13271327
# $Log: not supported by cvs2svn $
1328+
# Revision 1.110 2002/02/21 07:19:08 richard
1329+
# ... and label, width and height control for extra flavour!
1330+
#
13281331
# Revision 1.109 2002/02/21 07:08:19 richard
13291332
# oops
13301333
#

0 commit comments

Comments
 (0)