[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages menu.html

www lon-capa-cvs@mail.lon-capa.org
Sun, 15 Jun 2003 18:21:00 -0000


www		Sun Jun 15 14:21:00 2003 EDT

  Modified files:              
    /loncom/html/res/adm/pages	menu.html 
  Log:
  Bug #1616: catalog info window not resizeable, but resizable (now).
  
  
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.102 loncom/html/res/adm/pages/menu.html:1.103
--- loncom/html/res/adm/pages/menu.html:1.102	Thu Jun  5 22:24:49 2003
+++ loncom/html/res/adm/pages/menu.html	Sun Jun 15 14:21:00 2003
@@ -4,7 +4,7 @@
 Remote Control
 
 //
-// $Id: menu.html,v 1.102 2003/06/06 02:24:49 www Exp $
+// $Id: menu.html,v 1.103 2003/06/15 18:21:00 www Exp $
 //
 // Copyright Michigan State University Board of Trustees
 //
@@ -425,7 +425,7 @@
 function catalog_info() {
    go('');
    w_LONcatInfo_flag=1;
-   loncatinfo=window.open(clientwindow.window.location.pathname+'.meta',"LONcatInfo",'height=320,width=280,resizeable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no');
+   loncatinfo=window.open(clientwindow.window.location.pathname+'.meta',"cat",'height=320,width=280,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no');
 }
 
 function chat_win() {