Update of /cvsroot/sandweb/sandweb/templates
In directory usw-pr-cvs1:/tmp/cvs-serv18452/templates
Modified Files:
browse_module_header.html
Log Message:
changed popup window size to 400x480
Index: browse_module_header.html
===================================================================
RCS file: /cvsroot/sandweb/sandweb/templates/browse_module_header.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- browse_module_header.html 1 Mar 2002 18:25:03 -0000 1.4
+++ browse_module_header.html 2 Mar 2002 05:06:58 -0000 1.5
@@ -2,5 +2,5 @@
window.name = "mainWindow";
function myOpenWindow() {
- window.open('about:blank','popUp','width=640,height=480');
+ window.open('about:blank','popUp','width=400,height=480');
}
</script>
|