Code

ahem
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 25 Feb 2002 04:32:21 +0000 (04:32 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 25 Feb 2002 04:32:21 +0000 (04:32 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@655 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/cgi_client.py

index 8c5650d0baddb50b36d8ab15b649bc4f6e226dcb..aeb5fd64e50b34e9f6c7c5197b2f0899be85bdba 100644 (file)
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: cgi_client.py,v 1.110 2002-02-21 07:19:08 richard Exp $
+# $Id: cgi_client.py,v 1.111 2002-02-25 04:32:21 richard Exp $
 
 __doc__ = """
 WWW request handler (also used in the stand-alone server).
@@ -99,7 +99,7 @@ function submit_once() {
     return 1;
 }
 
-function help_window(helpurl) {
+function help_window(helpurl, width, height) {
     HelpWin = window.open('%(base)s%(instance_path_name)s/' + helpurl, 'HelpWindow', 'scrollbars=yes,resizable=yes,toolbar=no,height='+height+',width='+width);
 }
 
@@ -1325,6 +1325,9 @@ def parsePropsFromForm(db, cl, form, nodeid=0):
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.110  2002/02/21 07:19:08  richard
+# ... and label, width and height control for extra flavour!
+#
 # Revision 1.109  2002/02/21 07:08:19  richard
 # oops
 #