Diff for /loncom/interface/lonblockingstatus.pm between versions 1.9 and 1.10

version 1.9, 2012/03/31 15:08:37 version 1.10, 2012/03/31 19:24:02
Line 137  sub blockpage { Line 137  sub blockpage {
         if ($activity eq 'docs') {          if ($activity eq 'docs') {
             $output=&mt( 'Access to the content page you are attempting to'               $output=&mt( 'Access to the content page you are attempting to' 
                          . ' view will be unavailable between [_1] and [_2] because'                           . ' view will be unavailable between [_1] and [_2] because'
                          . ' access to selected $description is being blocked.'                           . ' access to selected '.$description.' is being blocked.'
                          ,$showstart, $showend);                           ,$showstart, $showend);
         } else {          } else {
             $output = mt( $description              $output = mt( $description

Removed from v.1.9  
changed lines
  Added in v.1.10


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