[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm
raeburn
raeburn at source.lon-capa.org
Sat May 31 08:49:12 EDT 2014
raeburn Sat May 31 12:49:12 2014 EDT
Modified files:
/loncom/auth lonroles.pm
Log:
- Remove superfluous links show to advacnced users on Roles page.
- Use existing links instead:
Logout available at top right of page; Catalog link in Functions menu.
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.307 loncom/auth/lonroles.pm:1.308
--- loncom/auth/lonroles.pm:1.307 Thu May 22 14:32:48 2014
+++ loncom/auth/lonroles.pm Sat May 31 12:49:12 2014
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.307 2014/05/22 14:32:48 raeburn Exp $
+# $Id: lonroles.pm,v 1.308 2014/05/31 12:49:12 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -202,7 +202,7 @@
my $r = shift;
- # Check for critical messages and redirect if present.
+ # Check for critical messages and redirect if present.
my ($redirect,$url) = &Apache::loncommon::critical_redirect(300);
if ($redirect) {
&Apache::loncommon::content_type($r,'text/html');
@@ -1067,11 +1067,7 @@
my $esc_dom = &HTML::Entities::encode($env{'user.domain'},'"<>&');
$r->print('<p><small><i>'
.&mt('This LON-CAPA server is version [_1]',$r->dir_config('lonVersion'))
- .'</i><br />'
- .'<a href="/adm/logout">'.&mt('Logout').'</a> '
- .'<a href="/adm/coursecatalog?showdom='.$esc_dom.'">'
- .&mt('Course/Community Catalog')
- .'</a></small></p>');
+ .'</i></small></p>');
}
$r->print(&Apache::loncommon::end_page());
return OK;
More information about the LON-CAPA-cvs
mailing list