summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1dbf5ee)
raw | patch | inline | side by side (parent: 1dbf5ee)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 25 Feb 2002 04:32:21 +0000 (04:32 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py
index 8c5650d0baddb50b36d8ab15b649bc4f6e226dcb..aeb5fd64e50b34e9f6c7c5197b2f0899be85bdba 100644 (file)
--- a/roundup/cgi_client.py
+++ b/roundup/cgi_client.py
# 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).
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);
}
#
# $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
#