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

raeburn raeburn@source.lon-capa.org
Tue, 15 Sep 2009 00:06:28 -0000


raeburn		Tue Sep 15 00:06:28 2009 EDT

  Modified files:              (Branch: GCI_1)
    /loncom/auth	lonlogout.pm 
  Log:
  - Customization for GCI.
  
  
Index: loncom/auth/lonlogout.pm
diff -u loncom/auth/lonlogout.pm:1.32 loncom/auth/lonlogout.pm:1.32.2.1
--- loncom/auth/lonlogout.pm:1.32	Fri Aug  1 11:04:09 2008
+++ loncom/auth/lonlogout.pm	Tue Sep 15 00:06:28 2009
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Logout Handler
 #
-# $Id: lonlogout.pm,v 1.32 2008/08/01 11:04:09 bisitz Exp $
+# $Id: lonlogout.pm,v 1.32.2.1 2009/09/15 00:06:28 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -110,7 +110,9 @@
 # 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)
                           .'</p>'
                           .'<p>'.&mt('[_1]Log in again[_2]'
-                              ,'<a href="'.$login_url.'?domain='.$env{'user.domain'}.'">','</a>')
+                              ,'<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'};