--- loncom/interface/Attic/lonremote.pm 2004/07/15 19:59:46 1.13 +++ loncom/interface/Attic/lonremote.pm 2004/10/28 16:25:21 1.14 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonremote.pm,v 1.13 2004/07/15 19:59:46 albertel Exp $ +# $Id: lonremote.pm,v 1.14 2004/10/28 16:25:21 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -43,6 +43,7 @@ sub launchremote { # -------------------------------------------------------- Menu script and info my $windowinfo=&Apache::lonmenu::open($ENV{'browser.os'}); my $startupremote=&Apache::lonmenu::startupremote($lowerurl); + my $remoteinfo=&Apache::lonmenu::load_remote_msg($lowerurl); my $setflags=&Apache::lonmenu::setflags(); my $maincall=&Apache::lonmenu::maincall(); my $bodytag=&Apache::loncommon::bodytag('Launch Remote Control'); @@ -56,8 +57,9 @@ $startupremote $bodytag $setflags $windowinfo -$maincall $message +$remoteinfo +$maincall ENDLAUNCH