--- loncom/auth/lonlogin.pm 2008/01/24 14:30:28 1.99 +++ loncom/auth/lonlogin.pm 2008/01/24 15:06:21 1.100 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.99 2008/01/24 14:30:28 bisitz Exp $ +# $Id: lonlogin.pm,v 1.100 2008/01/24 15:06:21 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -78,15 +78,14 @@ sub handler { &Apache::loncommon::start_page('Already logged in'); my $end_page = &Apache::loncommon::end_page(); - $r->print(<You are already logged in -

Please either continue the current session or -logout.

-

-Problems?

-$end_page -ENDFAILED + $r->print( + $start_page + .'

'.&mt('You are already logged in').'

' + .'

'.&mt('Please either [_1]continue the current session[_2] or [_3]logout[_4].', + '','','','').'

' + .'

'.&mt('Login problems?').'

' + .$end_page + ); return OK; }