[LON-CAPA-cvs] cvs: loncom(GCI_3) /auth lonlogout.pm

raeburn raeburn@source.lon-capa.org
Sun, 06 Dec 2009 19:41:35 -0000


raeburn		Sun Dec  6 19:41:35 2009 EDT

  Modified files:              (Branch: GCI_3)
    /loncom/auth	lonlogout.pm 
  Log:
  - Customization for GCI_3.
  
  
Index: loncom/auth/lonlogout.pm
diff -u loncom/auth/lonlogout.pm:1.38 loncom/auth/lonlogout.pm:1.38.8.1
--- loncom/auth/lonlogout.pm:1.38	Sat May 16 13:50:04 2009
+++ loncom/auth/lonlogout.pm	Sun Dec  6 19:41:34 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Logout Handler
 #
-# $Id: lonlogout.pm,v 1.38 2009/05/16 13:50:04 droeschl Exp $
+# $Id: lonlogout.pm,v 1.38.8.1 2009/12/06 19:41:34 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -130,9 +130,14 @@
 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.'?domain='.$env{'user.domain'}.'">','</a>')
-                          .'</p>';
+
+            $relogmessage .= '<p>'.&mt('[_1]Log in again[_2]'
+                              ,'<a href="'.$login_url.'?domain='.$env{'user.domain'}.'">','</a>').
+                             ('&nbsp;'x6).&mt('[_1]Return to WebCenter front page[_2]',
+                               '<a href="/">','</a>')
+                             .'</p>';
+
+
         }
 	my $domain = $env{'user.domain'};
         if ($env{'request.sso.login'}