Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv23618/templates
Modified Files:
browse_module_header.html
Log Message:
400x400 is too small for vcs->status and diff output and such.
expanded popup to 640x480
Index: browse_module_header.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse_module_header.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- browse_module_header.html 1 Mar 2002 08:10:12 -0000 1.3
+++ browse_module_header.html 1 Mar 2002 18:25:03 -0000 1.4
@@ -2,5 +2,5 @@
window.name = "mainWindow";
function myOpenWindow() {
- window.open('about:blank','popUp','width=400,height=400');
+ window.open('about:blank','popUp','width=640,height=480');
}
</script>
|