--- loncom/interface/loncommon.pm 2015/04/06 19:05:27 1.1212 +++ loncom/interface/loncommon.pm 2015/04/13 18:52:44 1.1217 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1212 2015/04/06 19:05:27 raeburn Exp $ +# $Id: loncommon.pm,v 1.1217 2015/04/13 18:52:44 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4969,13 +4969,15 @@ END_MYBLOCK my $popupUrl = "/adm/blockingstatus/$querystring"; my $text = &mt('Communication Blocked'); + my $class = 'LC_comblock'; if ($activity eq 'docs') { $text = &mt('Content Access Blocked'); + $class = ''; } elsif ($activity eq 'printout') { $text = &mt('Printing Blocked'); } $output .= <<"END_BLOCK"; -
+
$text @@ -6836,7 +6838,7 @@ div.LC_edit_problem_discards { div.LC_edit_actionbar { margin: -5px 0px 0px 0px !important; background-color: $sidebg; - height: 31px; + height: 35px; } div.LC_edit_problem_saves { @@ -7772,20 +7774,22 @@ ADDMETA $result.=< OFFLOAD } @@ -16243,7 +16247,7 @@ sub create_recaptcha { my $captcha = Captcha::reCAPTCHA->new; return $captcha->get_options_setter({theme => 'white'})."\n". $captcha->get_html($pubkey,undef,$use_ssl). - &mt('If either word is hard to read, [_1] will replace them.', + &mt('If the text is hard to read, [_1] will replace them.', 'reCAPTCHA refresh'). '

'; }