--- loncom/interface/spreadsheet/studentcalc.pm 2007/07/06 19:50:00 1.43 +++ loncom/interface/spreadsheet/studentcalc.pm 2009/06/09 14:15:42 1.44 @@ -1,5 +1,5 @@ # -# $Id: studentcalc.pm,v 1.43 2007/07/06 19:50:00 albertel Exp $ +# $Id: studentcalc.pm,v 1.44 2009/06/09 14:15:42 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -223,16 +223,16 @@ END } $tableheader .="\n"; if ($self->blackout()) { - $r->print('

'. + $r->print('

'. &mt('Some computations are not available at this time.').'
'. &mt('There are problems whose status you are not allowed to view.'). - '

'."\n"); + '

'."\n"); } else { $r->print($tableheader); # # Print out template row if (exists($env{'request.role.adv'}) && $env{'request.role.adv'}) { - $r->print('Template '. + $r->print(''.&mt('Template').' '. $self->html_template_row($num_uneditable, $importcolor)."\n"); }