--- loncom/auth/lonauth.pm 2009/07/22 21:51:03 1.101 +++ loncom/auth/lonauth.pm 2009/08/12 19:28:09 1.101.4.1 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.101 2009/07/22 21:51:03 raeburn Exp $ +# $Id: lonauth.pm,v 1.101.4.1 2009/08/12 19:28:09 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -116,16 +116,14 @@ sub success { my $remoteinfo=&Apache::lonmenu::load_remote_msg($lowerurl); my $setflags=&Apache::lonmenu::setflags(); my $maincall=&Apache::lonmenu::maincall(); - my $brcrum = [{'href' => '', - 'text' => 'Successful Login'},]; my $start_page=&Apache::loncommon::start_page('Successful Login', $startupremote, - {'no_inline_link' => 1, - 'bread_crumbs' => $brcrum,}); + {'no_inline_link' => 1,}); my $end_page =&Apache::loncommon::end_page(); my $continuelink; - if ($env{'environment.remote'} eq 'off') { + if (($env{'browser.interface'} eq 'textual') || + ($env{'environment.remote'} eq 'off')) { $continuelink=''.&mt('Continue').''; } # ------------------------------------------------- Output for successful login