--- loncom/interface/statistics/lonsurveyreports.pm 2006/02/14 15:44:25 1.10 +++ loncom/interface/statistics/lonsurveyreports.pm 2006/05/05 20:03:43 1.12 @@ -1,6 +1,6 @@ # The LearningOnline Network with CAPA # -# $Id: lonsurveyreports.pm,v 1.10 2006/02/14 15:44:25 albertel Exp $ +# $Id: lonsurveyreports.pm,v 1.12 2006/05/05 20:03:43 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -606,12 +606,12 @@ sub CreateInterface { $output_selector.= '>'.$output_format->{'text'}.''.$/; } $output_selector .= ''.$/; - $Str .= &Apache::lonhtmlcommon::breadcrumbs - (undef,'Student Submission Reports'); + $Str .= &Apache::lonhtmlcommon::breadcrumbs('Student Submission Reports'); $Str .= '
'; $Str .= '
'.&mt('Sections').' | '; + $Str .= ''.&mt('Groups').' | '; $Str .= ''.&mt('Enrollment Status').' | '; $Str .= ''.&mt('Output Format').' | '; $Str .= ''.' '.' | '; @@ -621,6 +621,10 @@ sub CreateInterface { $Str .= &Apache::lonstatistics::SectionSelect('Section','multiple',5); $Str .= ''; # + $Str .= ''."\n"; + $Str .= &Apache::lonstatistics::GroupSelect('Group','multiple',5); + $Str .= ' | '; + # $Str .= ''; $Str .= &Apache::lonhtmlcommon::StatusOptions(undef,undef,5); $Str .= ' | ';
---|