--- loncom/auth/lonroles.pm 2010/01/02 18:49:20 1.231.4.6 +++ loncom/auth/lonroles.pm 2009/10/25 14:48:43 1.234 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.231.4.6 2010/01/02 18:49:20 raeburn Exp $ +# $Id: lonroles.pm,v 1.234 2009/10/25 14:48:43 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.
- '
'
.&mt('[_1]Visit the [_2]Course/Community Catalog[_3]'
@@ -710,7 +720,7 @@ ENDHEADER
,''
,'',$domdesc)
.'
'
- .&mt('If a course or community is [_1]not[_2] in your list of current courses and communities below,'
+ .&mt('If a course or community is [_1]not[_2] in your list of current courses below,'
.' you may be able to enroll if self-enrollment is permitted.'
,'','')
.'
'.&mt('The [_1]Course/Community Catalog[_2] provides information about all [_3] classes for which LON-CAPA courses have been created, as well as any communities in the domain.','','',$domdesc).'
');
- $r->print(&mt('You can search for courses and communities which permit self-enrollment, if you would like to enroll in one.').'
'.&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):').'