Diff for /loncom/interface/loncommon.pm between versions 1.1062 and 1.1063

version 1.1062, 2012/03/31 23:10:39 version 1.1063, 2012/04/04 21:04:55
Line 4406  END_MYBLOCK Line 4406  END_MYBLOCK
     my $text = &mt('Communication Blocked');      my $text = &mt('Communication Blocked');
     if ($activity eq 'docs') {      if ($activity eq 'docs') {
         $text = &mt('Content Access Blocked');          $text = &mt('Content Access Blocked');
       } elsif ($activity eq 'printout') {
           $text = &mt('Printing Blocked');
     }      }
   
     $output .= <<"END_BLOCK";      $output .= <<"END_BLOCK";
 <div class='LC_comblock'>  <div class='LC_comblock'>
   <a onclick='openWindow("$popupUrl","Blocking Table",600,300,"no","no");return false;' href='/adm/blockingstatus/$querystring'    <a onclick='openWindow("$popupUrl","Blocking Table",600,300,"no","no");return false;' href='/adm/blockingstatus/$querystring'

Removed from v.1.1062  
changed lines
  Added in v.1.1063


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