Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv29235
Modified Files:
browse_module_header.html
Log Message:
* nick _definitely_ has a point about scrollbars and resizeable
on the popups, I still think the width needs to be 640 to
accomodate CVS commands without having to resize all the time.
Index: browse_module_header.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse_module_header.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -U2 -r1.6 -r1.7
--- browse_module_header.html 5 Mar 2002 23:29:05 -0000 1.6
+++ browse_module_header.html 7 Mar 2002 05:16:43 -0000 1.7
@@ -2,5 +2,5 @@
window.name = "mainWindow";
function myOpenWindow() {
- window.open('about:blank','popUp','width=640,height=400');
+ window.open('about:blank','popUp','width=640,height=400,scrollbars=yes,resizable=yes');
}
</script>
|