[LON-CAPA-cvs] cvs: loncom /interface lonmenu.pm /interface/spreadsheet lonspreadsheet.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 11 Nov 2003 20:27:15 -0000
albertel Tue Nov 11 15:27:15 2003 EDT
Modified files:
/loncom/interface lonmenu.pm
/loncom/interface/spreadsheet lonspreadsheet.pm
Log:
- apparently it is resizable not resizeable
Index: loncom/interface/lonmenu.pm
diff -u loncom/interface/lonmenu.pm:1.101 loncom/interface/lonmenu.pm:1.102
--- loncom/interface/lonmenu.pm:1.101 Mon Nov 10 11:51:12 2003
+++ loncom/interface/lonmenu.pm Tue Nov 11 15:27:15 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines to control the menu
#
-# $Id: lonmenu.pm,v 1.101 2003/11/10 16:51:12 www Exp $
+# $Id: lonmenu.pm,v 1.102 2003/11/11 20:27:15 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -869,11 +869,11 @@
}
function catalog_info() {
- loncatinfo=window.open(window.location.pathname+'.meta',"LONcatInfo",'height=320,width=280,resizeable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no');
+ loncatinfo=window.open(window.location.pathname+'.meta',"LONcatInfo",'height=320,width=280,resizable=yes,scrollbars=yes,location=no,menubar=no,toolbar=no');
}
function chat_win() {
- lonchat=window.open('/res/adm/pages/chatroom.html',"LONchat",'height=320,width=280,resizeable=yes,location=no,menubar=no,toolbar=no');
+ lonchat=window.open('/res/adm/pages/chatroom.html',"LONchat",'height=320,width=280,resizable=yes,location=no,menubar=no,toolbar=no');
}
ENDUTILITY
}
Index: loncom/interface/spreadsheet/lonspreadsheet.pm
diff -u loncom/interface/spreadsheet/lonspreadsheet.pm:1.28 loncom/interface/spreadsheet/lonspreadsheet.pm:1.29
--- loncom/interface/spreadsheet/lonspreadsheet.pm:1.28 Tue Nov 11 10:48:03 2003
+++ loncom/interface/spreadsheet/lonspreadsheet.pm Tue Nov 11 15:27:15 2003
@@ -1,5 +1,5 @@
#
-# $Id: lonspreadsheet.pm,v 1.28 2003/11/11 15:48:03 matthew Exp $
+# $Id: lonspreadsheet.pm,v 1.29 2003/11/11 20:27:15 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -355,7 +355,7 @@
editwin.close();
}
- editwin = window.open($nothing,'CellEditWin','height=280,width=480,scrollbars=no,resizeable=yes,alwaysRaised=yes,dependent=yes',true);
+ editwin = window.open($nothing,'CellEditWin','height=280,width=480,scrollbars=no,resizable=yes,alwaysRaised=yes,dependent=yes',true);
editwin.document.write(edit_text);
}
//-->