[LON-CAPA-cvs] cvs: loncom /html/res/adm/pages menu.html
www
lon-capa-cvs@mail.lon-capa.org
Wed, 28 May 2003 13:34:45 -0000
www Wed May 28 09:34:45 2003 EDT
Modified files:
/loncom/html/res/adm/pages menu.html
Log:
Bug #1507: menubar when spawning new window
Index: loncom/html/res/adm/pages/menu.html
diff -u loncom/html/res/adm/pages/menu.html:1.99 loncom/html/res/adm/pages/menu.html:1.100
--- loncom/html/res/adm/pages/menu.html:1.99 Sat May 24 08:43:54 2003
+++ loncom/html/res/adm/pages/menu.html Wed May 28 09:34:45 2003
@@ -4,7 +4,7 @@
Remote Control
//
-// $Id: menu.html,v 1.99 2003/05/24 12:43:54 www Exp $
+// $Id: menu.html,v 1.100 2003/05/28 13:34:45 www Exp $
//
// Copyright Michigan State University Board of Trustees
//
@@ -150,7 +150,7 @@
if (noclient || (clientwindow==null || clientwindow.closed)) {
clientwindow=window.open("http://"+clienthost+"/",'',
"height=400,width=440,"+
- "scrollbars=1,toolbar=1,status=1,resizable=1,location=1,"+
+ "scrollbars=1,toolbar=1,status=1,resizable=1,location=1,menubar=1,"+
"left=190,top=15,screenX=190,screenY=15");
}
clientwindow.name='loncapaclient';