[LON-CAPA-cvs] cvs: loncom(version_2_9_X) /auth lonauth.pm
raeburn
raeburn@source.lon-capa.org
Wed, 12 Aug 2009 19:28:10 -0000
raeburn Wed Aug 12 19:28:10 2009 EDT
Modified files: (Branch: version_2_9_X)
/loncom/auth lonauth.pm
Log:
- Revert changes in 1.98 and 1.99 as they are not in 2.9.X.
Index: loncom/auth/lonauth.pm
diff -u loncom/auth/lonauth.pm:1.101 loncom/auth/lonauth.pm:1.101.4.1
--- loncom/auth/lonauth.pm:1.101 Wed Jul 22 21:51:03 2009
+++ loncom/auth/lonauth.pm Wed Aug 12 19:28:09 2009
@@ -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 @@
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='<a href="'.$destination.'">'.&mt('Continue').'</a>';
}
# ------------------------------------------------- Output for successful login