[LON-CAPA-cvs] cvs: loncom /interface lonremote.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 16 Mar 2006 22:17:31 -0000
albertel Thu Mar 16 17:17:31 2006 EDT
Modified files:
/loncom/interface lonremote.pm
Log:
- er, typo?
Index: loncom/interface/lonremote.pm
diff -u loncom/interface/lonremote.pm:1.19 loncom/interface/lonremote.pm:1.20
--- loncom/interface/lonremote.pm:1.19 Wed Mar 15 17:11:04 2006
+++ loncom/interface/lonremote.pm Thu Mar 16 17:17:30 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network
# User Authentication Module
#
-# $Id: lonremote.pm,v 1.19 2006/03/15 22:11:04 albertel Exp $
+# $Id: lonremote.pm,v 1.20 2006/03/16 22:17:30 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -65,7 +65,7 @@
my ($r,$lowerurl)=@_;
# -------------------------------------------------------- Menu script and info
my $start_page = &Apache::loncommon::start_page('Collapse Remote Control');
- my $end_page = &Apache::loncommon::start_page('Collapse Remote Control');
+ my $end_page = &Apache::loncommon::end_page();
my $windowinfo=&Apache::lonmenu::close();
# my $switch='<meta HTTP-EQUIV="Refresh" CONTENT="0.5; url='.$lowerurl.'">';
my $message='<p>'.&mt("The external menu (Remote Control) has been disabled, and you will be working with the smaller inline menu.\nYou may have either closed the Remote Control window, or it was blocked by a pop-up window filter in your browser.\nTo use the Remote Control, disable the filter for this site, and re-launch the Remote Control from the inline menu.").'</p>';