--- loncom/interface/lonblockingstatus.pm 2020/01/23 23:48:12 1.14 +++ loncom/interface/lonblockingstatus.pm 2020/09/03 14:06:06 1.14.2.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # displays the blocking status table # -# $Id: lonblockingstatus.pm,v 1.14 2020/01/23 23:48:12 raeburn Exp $ +# $Id: lonblockingstatus.pm,v 1.14.2.1 2020/09/03 14:06:06 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -52,9 +52,12 @@ sub handler { my $title = 'Communication Blocking Status Information'; - if (($activity eq 'docs') || ($activity eq 'printout')) { + if (($activity eq 'docs') || ($activity eq 'printout') || + ($activity eq 'passwd')) { $title = 'Blocking Status Information'; - $origurl = $env{'form.url'}; + if ($activity eq 'docs') { + $origurl = $env{'form.url'}; + } } $r->print(&Apache::loncommon::start_page($title,undef, {'only_body' => 1}));