--- loncom/auth/lonauth.pm 2006/04/20 04:30:02 1.75 +++ loncom/auth/lonauth.pm 2006/05/01 21:04:31 1.76 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonauth.pm,v 1.75 2006/04/20 04:30:02 albertel Exp $ +# $Id: lonauth.pm,v 1.76 2006/05/01 21:04:31 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -208,7 +208,8 @@ sub success { my $setflags=&Apache::lonmenu::setflags(); my $maincall=&Apache::lonmenu::maincall(); my $start_page=&Apache::loncommon::start_page('Successful Login', - $startupremote); + $startupremote, + {'no_inline_link' => 1,}); my $end_page =&Apache::loncommon::end_page(); my $continuelink; @@ -246,7 +247,8 @@ ENDSUCCESS sub failed { my ($r,$message) = @_; - my $start_page = &Apache::loncommon::start_page('Unsuccessful Login'); + my $start_page = &Apache::loncommon::start_page('Unsuccessful Login',undef, + {'no_inline_link' => 1,}); my $end_page = &Apache::loncommon::end_page(); my %lt=('sorry' => &mt('Sorry ...'),