--- loncom/auth/lonroles.pm 2010/01/02 19:06:39 1.231.4.8 +++ loncom/auth/lonroles.pm 2009/10/26 21:16:38 1.236 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.231.4.8 2010/01/02 19:06:39 raeburn Exp $ +# $Id: lonroles.pm,v 1.236 2009/10/26 21:16:38 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -158,8 +158,12 @@ sub redirect_user { $navwindow.=&Apache::lonnavmaps::close(); } + # Breadcrumbs + my $brcrum = [{'href' => $url, + 'text' => 'Switching Role'},]; my $start_page = &Apache::loncommon::start_page('Switching Role',undef, - {'redirect' => [1,$url]}); + {'redirect' => [1,$url], + 'bread_crumbs' => $brcrum,}); my $end_page = &Apache::loncommon::end_page(); # Note to style police: @@ -185,17 +189,25 @@ sub error_page { &Apache::loncommon::no_cache($r); $r->send_http_header; return OK if $r->header_only; - $r->print(&Apache::loncommon::start_page('Problems during Course Initialization'). + # Breadcrumbs + my $brcrum = [{'href' => $dest, + 'text' => 'Problems during Course Initialization'},]; + $r->print(&Apache::loncommon::start_page('Problems during Course Initialization', + undef, + {'bread_crumbs' => $brcrum,}) + ); + $r->print( ''. '
'.&mt('The following problems occurred:').
- '
'.
+ '
'.
$error.
- '
' - .' ' - .'
'); + $r->print(' />'); } else { if ($countactive > 0) { &queued_selfenrollment($r); my $domdesc = &Apache::lonnet::domain($env{'user.domain'},'description'); my $esc_dom = &HTML::Entities::encode($env{'user.domain'},'"<>&'); - $r->print( '' .&mt('[_1]Visit the [_2]Course/Community Catalog[_3]' @@ -726,7 +737,7 @@ ENDHEADER $r->print('
'.&mt('You have rights to request the creation of courses and/or communities in the following domain(s):').'
'.&mt('You have rights to create courses and/or communities in the following domain(s):').'