From: Rob H. <for...@us...> - 2002-03-05 23:29:08
|
Update of /cvsroot/sandweb/sandweb/templates In directory usw-pr-cvs1:/tmp/cvs-serv8609 Modified Files: browse_module_header.html Log Message: made the popup wider Index: browse_module_header.html =================================================================== RCS file: /cvsroot/sandweb/sandweb/templates/browse_module_header.html,v retrieving revision 1.5 retrieving revision 1.6 diff -U2 -r1.5 -r1.6 --- browse_module_header.html 2 Mar 2002 05:06:58 -0000 1.5 +++ browse_module_header.html 5 Mar 2002 23:29:05 -0000 1.6 @@ -2,5 +2,5 @@ window.name = "mainWindow"; function myOpenWindow() { - window.open('about:blank','popUp','width=400,height=480'); + window.open('about:blank','popUp','width=640,height=400'); } </script> |