--- loncom/auth/lonauth.pm 2003/09/11 20:54:11 1.55
+++ loncom/auth/lonauth.pm 2003/11/12 16:55:40 1.59
@@ -1,7 +1,7 @@
# The LearningOnline Network
# User Authentication Module
#
-# $Id: lonauth.pm,v 1.55 2003/09/11 20:54:11 www Exp $
+# $Id: lonauth.pm,v 1.59 2003/11/12 16:55:40 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -46,6 +46,7 @@ use Apache::loncommon();
use Apache::lonnet();
use Apache::lonmenu();
use Fcntl qw(:flock);
+use Apache::lonlocal;
my %FORM;
@@ -190,6 +191,12 @@ Content-type: text/html
Set-cookie: $cookie
ENDHEADER
+ my %lt=&Apache::lonlocal::texthash(
+ 'wel' => 'Welcome',
+ 'mes' => 'Welcome to the LearningOnline Network with CAPA. Please wait while your session is being set up',
+ 'pro' => 'Problems',
+ 'log' => 'loginproblems.html',
+ );
$r->print(<
@@ -199,11 +206,9 @@ $startupremote
$bodytag
$setflags
$windowinfo
-Welcome!
-Welcome to the LearningOnline Network with CAPA.
-Please wait while your session
-is being set up.
-Problems?
+$lt{'wel'}
+$lt{'mes'}.
+$lt{'pro'}?
$maincall