--- loncom/homework/grades.pm 2002/09/20 23:41:47 1.50 +++ loncom/homework/grades.pm 2002/09/20 23:46:41 1.51 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # The LON-CAPA Grading handler # -# $Id: grades.pm,v 1.50 2002/09/20 23:41:47 albertel Exp $ +# $Id: grades.pm,v 1.51 2002/09/20 23:46:41 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2116,7 +2116,7 @@ sub view_edit_entire_class_form { my ($classlist,$sections) = &getclasslist('all','0'); my $result.='
'."\n"; $result.=''."\n"; + $result.=' Grade Entire Class'."\n"; $result.='
'."\n"; - $result.=' View/Grade Entire Section/Class
'."\n"; $result.='
'."\n". ''."\n". @@ -2129,7 +2129,7 @@ sub view_edit_entire_class_form { } } $result.='
'."\n"; + $result.=' '."\n"; $result.='
'."\n"; $result.='
'."\n"; return $result;