--- loncom/publisher/lonrights.pm 2009/05/25 14:31:00 1.25 +++ loncom/publisher/lonrights.pm 2009/12/02 18:33:35 1.29 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to show and edit custom distribution rights # -# $Id: lonrights.pm,v 1.25 2009/05/25 14:31:00 bisitz Exp $ +# $Id: lonrights.pm,v 1.29 2009/12/02 18:33:35 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -55,9 +55,24 @@ sub handler { &Apache::loncommon::content_type($r,'text/html'); $r->send_http_header; + # Breadcrumbs + &Apache::lonhtmlcommon::clear_breadcrumbs(); + &Apache::lonhtmlcommon::add_breadcrumb({ + 'text' => 'Construction Space', + 'href' => &Apache::loncommon::authorspace(), + }); + &Apache::lonhtmlcommon::add_breadcrumb({ + 'text' => 'Custom Rights Editor', + 'title' => 'Custom Distribution Rights Editor', + 'href' => '',}); + my $js = &Apache::loncommon::coursebrowser_javascript(). &Apache::loncommon::studentbrowser_javascript(); - $r->print(&Apache::loncommon::start_page('Custom Distribution Rights',$js)); + # Breadcrumbs are included by &start_page + $r->print(&Apache::loncommon::start_page('Custom Distribution Rights',$js) + .&Apache::loncommon::head_subbox( + &Apache::loncommon::CSTR_pageheader()) + ); $r->rflush(); my $uri=$r->uri; @@ -196,7 +211,7 @@ sub handler { if ($constructmode) { $r->print(&Apache::loncommon::select_form('','action_0', ('' => '', - 'insertbelow' => 'Insert rule below'))); + 'insertbelow' => &mt('Insert rule below')))); } else { $r->print(' '); @@ -205,6 +220,7 @@ sub handler { if ($constructmode) { $r->print(&Apache::loncommon::select_form ($token->[2]->{'effect'},'effect_0', + &Apache::lonlocal::texthash ('allow' => 'allow', 'deny' => 'deny'))); } else { @@ -227,6 +243,7 @@ sub handler { if ($constructmode) { $r->print(&Apache::loncommon::select_form( '','action_'.$rulecounter, + &Apache::lonlocal::texthash ('' => '', 'delete' => 'Delete this rule', 'insertabove' => 'Insert rule above', @@ -241,6 +258,7 @@ sub handler { $r->print(&Apache::loncommon::select_form ($token->[2]->{'effect'}, 'effect_'.$rulecounter, + &Apache::lonlocal::texthash ('allow' => 'allow', 'deny' => 'deny'))); } else { @@ -253,6 +271,7 @@ sub handler { if ($constructmode) { $r->print(&Apache::loncommon::select_form($type, 'type_'.$rulecounter, + &Apache::lonlocal::texthash ('course' => 'Course', 'user' => 'User'))); } else { 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at root@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.