--- loncom/auth/lonauth.pm 2004/10/28 16:25:19 1.63 +++ loncom/auth/lonauth.pm 2005/02/07 20:33:04 1.64 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.63 2004/10/28 16:25:19 albertel Exp $ +# $Id: lonauth.pm,v 1.64 2005/02/07 20:33:04 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -186,6 +186,11 @@ sub success { my $maincall=&Apache::lonmenu::maincall(); my $bodytag=&Apache::loncommon::bodytag('Successful Login'); my $add=&addcontent(); + my $continuelink; + if (($ENV{'browser.interface'} eq 'textual') || + ($ENV{'environment.remote'} eq 'off')) { + $continuelink="".&mt('Continue').""; + } # ------------------------------------------------- Output for successful login $r->send_cgi_header(< $lt{'pro'}?

$remoteinfo $maincall +$continuelink ENDSUCCESS