[LON-CAPA-cvs] cvs: loncom(loncapaMITrelate_1) /auth lonlogout.pm
raeburn
raeburn at source.lon-capa.org
Tue Feb 7 10:19:59 EST 2012
raeburn Tue Feb 7 15:19:59 2012 EDT
Modified files: (Branch: loncapaMITrelate_1)
/loncom/auth lonlogout.pm
Log:
- Customization for MITrelate.
Index: loncom/auth/lonlogout.pm
diff -u loncom/auth/lonlogout.pm:1.42.2.2.2.1 loncom/auth/lonlogout.pm:1.42.2.2.2.2
--- loncom/auth/lonlogout.pm:1.42.2.2.2.1 Wed Feb 1 18:13:46 2012
+++ loncom/auth/lonlogout.pm Tue Feb 7 15:19:59 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Logout Handler
#
-# $Id: lonlogout.pm,v 1.42.2.2.2.1 2012/02/01 18:13:46 raeburn Exp $
+# $Id: lonlogout.pm,v 1.42.2.2.2.2 2012/02/07 15:19:59 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -158,8 +158,12 @@
Due to security reasons in new web browsers a window could only be closed with java script, if this window has also been opend with javascript. This is not done here which means that in most cases the close link will not work. Unless we find another solution, this link should not be offered. (Stefan Bisitz, 2008-08-01)
=cut
+
$relogmessage.='<p>'.&mt('[_1]Log in again[_2]'
,'<a href="'.$login_url.'">','</a>')
+ .(' 'x6).&mt('[_1]Return to course information page[_2]'
+ ,'<a href="http://relate.mit.edu/mechanicscourse">'
+ ,'</a>')
.'</p>';
}
if ($env{'request.sso.login'}
More information about the LON-CAPA-cvs
mailing list