--- loncom/auth/lonlogout.pm 2009/03/16 17:07:38 1.37 +++ loncom/auth/lonlogout.pm 2009/09/23 13:20:38 1.37.4.1 @@ -1,7 +1,7 @@ # The LearningOnline Network # Logout Handler # -# $Id: lonlogout.pm,v 1.37 2009/03/16 17:07:38 bisitz Exp $ +# $Id: lonlogout.pm,v 1.37.4.1 2009/09/23 13:20:38 gci Exp $ # # Copyright Michigan State University Board of Trustees # @@ -129,9 +129,13 @@ sub handler { 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.='

'.&mt('[_1]Log in again[_2]' - ,'','') - .'

'; + + $relogmessage .= '

'.&mt('[_1]Log in again[_2]' + ,'',''). + (' 'x6).&mt('[_1]Return to WebCenter front page[_2]', + '','') + .'

'; + } my $domain = $env{'user.domain'}; if ($env{'request.sso.login'}