[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm
bisitz
lon-capa-cvs-allow@mail.lon-capa.org
Wed, 04 Jun 2008 19:14:20 -0000
bisitz Wed Jun 4 15:14:20 2008 EDT
Modified files:
/loncom/auth lonroles.pm
Log:
Localized version number info on roles screen
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.194 loncom/auth/lonroles.pm:1.195
--- loncom/auth/lonroles.pm:1.194 Tue May 20 14:19:28 2008
+++ loncom/auth/lonroles.pm Wed Jun 4 15:14:20 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.194 2008/05/20 18:19:28 www Exp $
+# $Id: lonroles.pm,v 1.195 2008/06/04 19:14:20 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -786,9 +786,10 @@
}
$r->print(&Apache::lonnet::getannounce());
if ($advanced) {
- $r->print('<p><small><i>This is LON-CAPA '.
- $r->dir_config('lonVersion').'</i><br />'.
- '<a href="/adm/logout">'.&mt('Logout').'</a></small></p>');
+ $r->print('<p><small><i>'
+ .&mt('This is LON-CAPA [_1]',$r->dir_config('lonVersion'))
+ .'</i><br />'
+ .'<a href="/adm/logout">'.&mt('Logout').'</a></small></p>');
}
$r->print(&Apache::loncommon::end_page());
return OK;