--- loncom/interface/spreadsheet/classcalc.pm 2006/05/01 06:17:16 1.27 +++ loncom/interface/spreadsheet/classcalc.pm 2008/10/23 09:07:57 1.29 @@ -1,5 +1,5 @@ # -# $Id: classcalc.pm,v 1.27 2006/05/01 06:17:16 raeburn Exp $ +# $Id: classcalc.pm,v 1.29 2008/10/23 09:07:57 bisitz 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".