--- loncom/interface/spreadsheet/classcalc.pm 2006/05/01 06:17:16 1.27 +++ loncom/interface/spreadsheet/classcalc.pm 2010/12/03 21:33:56 1.30 @@ -1,5 +1,5 @@ # -# $Id: classcalc.pm,v 1.27 2006/05/01 06:17:16 raeburn Exp $ +# $Id: classcalc.pm,v 1.30 2010/12/03 21:33:56 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -85,16 +85,17 @@ sub html_header { &Apache::lonstatistics::clear_classlist_variables(); foreach (['Sections',&Apache::lonstatistics::SectionSelect('Section','multiple',3)], ['Groups',&Apache::lonstatistics::GroupSelect('Group','multiple',3)], - ['Enrollment Status',&Apache::lonhtmlcommon::StatusOptions(undef,undef,3)], + ['Access Status',&Apache::lonhtmlcommon::StatusOptions(undef,undef,3)], ['Output Format',$self->output_selector()]) { my ($name,$selector) = @{$_}; $toprow .= ''.&mt($name).''; $bottomrow .= ''.$selector.''; } - my $status .= ''.&mt('Status: [_1]', - '' - ).''; + my $status .= '

' + .&mt('Status: [_1]', + '') + .'

'; return "

\n\n". "".$toprow."\n". @@ -321,7 +322,7 @@ sub outsheet_htmlclasslist { # if ($show_expire_link) { $r->print(''. + 'recalc=expireallsheets¬_first_run=1">'. &mt('Expire all student spreadsheets').''.$/); } #