--- loncom/auth/lonroles.pm 2009/06/29 12:43:45 1.228 +++ loncom/auth/lonroles.pm 2009/08/14 12:41:34 1.231.4.2 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # User Roles Screen # -# $Id: lonroles.pm,v 1.228 2009/06/29 12:43:45 bisitz Exp $ +# $Id: lonroles.pm,v 1.231.4.2 2009/08/14 12:41:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -158,12 +158,8 @@ 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], - 'bread_crumbs' => $brcrum,}); + {'redirect' => [1,$url]}); my $end_page = &Apache::loncommon::end_page(); # Note to style police: @@ -189,25 +185,17 @@ sub error_page { &Apache::loncommon::no_cache($r); $r->send_http_header; return OK if $r->header_only; - # 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( + $r->print(&Apache::loncommon::start_page('Problems during Course Initialization'). ''. '
'.&mt('The following problems occurred:').
- '
'.
+ '
'.
$error.
- '
'
- .&mt('This is LON-CAPA [_1]',$r->dir_config('lonVersion'))
- .'
'
- .''.&mt('Logout').' '
+ $r->print('
'
+ .&mt('This LON-CAPA server is version [_1]',$r->dir_config('lonVersion'))
+ .'
'
+ .''.&mt('Logout').' '
.''
.&mt('Course Catalog')
.'