--- loncom/interface/lonblockingstatus.pm 2020/09/08 04:04:31 1.14.2.2.2.1 +++ loncom/interface/lonblockingstatus.pm 2020/08/10 19:28:21 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # displays the blocking status table # -# $Id: lonblockingstatus.pm,v 1.14.2.2.2.1 2020/09/08 04:04:31 raeburn Exp $ +# $Id: lonblockingstatus.pm,v 1.15 2020/08/10 19:28:21 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -52,12 +52,9 @@ sub handler { my $title = 'Communication Blocking Status Information'; - if (($activity eq 'docs') || ($activity eq 'printout') || - ($activity eq 'grades') || ($activity eq 'passwd')) { + if (($activity eq 'docs') || ($activity eq 'printout')) { $title = 'Blocking Status Information'; - if ($activity eq 'docs') { - $origurl = $env{'form.url'}; - } + $origurl = $env{'form.url'}; } $r->print(&Apache::loncommon::start_page($title,undef, {'only_body' => 1})); @@ -130,7 +127,7 @@ sub blockpage { $descs{'boards'} = 'Discussion posts in this community'; $descs{'groups'} = 'Groups in this community'; $descs{'docs'} = 'Community Content'; - $descs{'grades'} = 'Community Gradebook'; + $descs{'grades'} = 'Community Gradebook'; } }