--- loncom/auth/lonroles.pm 2008/12/04 16:56:46 1.212 +++ loncom/auth/lonroles.pm 2008/12/10 21:46:50 1.213 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.212 2008/12/04 16:56:46 bisitz Exp $ +# $Id: lonroles.pm,v 1.213 2008/12/10 21:46:50 kaisler Exp $ # # Copyright Michigan State University Board of Trustees # @@ -535,8 +535,9 @@ ENDENTERKEY $r->send_http_header; return OK if $r->header_only; + my @brcrum =[{href=>"/admmm/roles",text=>"User Roles"}]; my $swinfo=&Apache::lonmenu::rawconfig(); - my $start_page=&Apache::loncommon::start_page('User Roles'); + my $start_page=&Apache::loncommon::start_page('User Roles',undef,{bread_crumbs=>@brcrum}); my $standby=&mt('Role selected. Please stand by.'); $standby=~s/\n/\\n/g; my $noscript=''.&mt('Use of LON-CAPA requires Javascript to be enabled in your web browser.').'
'.&mt('As this is not the case, most functionality in the system will be unavailable.').'

';