--- loncom/interface/Attic/lonremote.pm 2006/03/15 22:11:04 1.19 +++ loncom/interface/Attic/lonremote.pm 2006/03/16 22:17:30 1.20 @@ -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 @@ sub collapseremote { 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=''; my $message='

'.&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.").'

';