Diff for /loncom/interface/lonblockingstatus.pm between versions 1.14.2.2.2.1 and 1.15

version 1.14.2.2.2.1, 2020/09/08 04:04:31 version 1.15, 2020/08/10 19:28:21
Line 52  sub handler { Line 52  sub handler {
   
     my $title = 'Communication Blocking Status Information';      my $title = 'Communication Blocking Status Information';
   
     if (($activity eq 'docs') || ($activity eq 'printout') ||      if (($activity eq 'docs') || ($activity eq 'printout')) {
         ($activity eq 'grades') || ($activity eq 'passwd')) {  
         $title = 'Blocking Status Information';          $title = 'Blocking Status Information';
         if ($activity eq 'docs') {          $origurl = $env{'form.url'};
             $origurl = $env{'form.url'};  
         }  
     }      }
     $r->print(&Apache::loncommon::start_page($title,undef,      $r->print(&Apache::loncommon::start_page($title,undef,
                                             {'only_body' => 1}));                                              {'only_body' => 1}));
Line 130  sub blockpage { Line 127  sub blockpage {
             $descs{'boards'} = 'Discussion posts in this community';              $descs{'boards'} = 'Discussion posts in this community';
             $descs{'groups'} = 'Groups in this community';              $descs{'groups'} = 'Groups in this community';
             $descs{'docs'} = 'Community Content';              $descs{'docs'} = 'Community Content';
             $descs{'grades'} = 'Community Gradebook';              $descs{'grades'} = 'Community Gradebook'; 
         }          }
     }      }
   

Removed from v.1.14.2.2.2.1  
changed lines
  Added in v.1.15


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>