From: richard Date: Mon, 25 Feb 2002 04:32:21 +0000 (+0000) Subject: ahem X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1ad34e69986aee0ad76a99a3b7e05c9be32cee80;p=roundup.git ahem git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@655 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py index 8c5650d..aeb5fd6 100644 --- a/roundup/cgi_client.py +++ b/roundup/cgi_client.py @@ -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 #