--- loncom/homework/grades.pm 2007/08/10 20:12:31 1.427
+++ loncom/homework/grades.pm 2007/08/21 18:41:27 1.430
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.427 2007/08/10 20:12:31 albertel Exp $
+# $Id: grades.pm,v 1.430 2007/08/21 18:41:27 banghart Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2971,12 +2971,13 @@ sub viewgrades {
''."\n";
my $sectionClass;
+ my $section_display = join (", ",&Apache::loncommon::get_env_multiple('form.section'));
if ($env{'form.section'} eq 'all') {
$sectionClass='Class ';
} elsif ($env{'form.section'} eq 'none') {
$sectionClass='Students in no Section ';
} else {
- $sectionClass='Students in Section '.$env{'form.section'}.'';
+ $sectionClass='Students in Section(s) '.$section_display.'';
}
$result.='
Assign Common Grade To '.$sectionClass;
$result.= '
'."\n".
@@ -6932,7 +6933,7 @@ GRADINGMENUJS
$result.='';
$result.=''."\n".
- ' '.&mt('Select Section').': | |