[LON-CAPA-cvs] cvs: loncom /homework grades.pm
raeburn
raeburn at source.lon-capa.org
Fri May 8 10:56:53 EDT 2020
raeburn Fri May 8 14:56:53 2020 EDT
Modified files:
/loncom/homework grades.pm
Log:
- Remove HTML markup from phrases for localization.
- White space changes.
Index: loncom/homework/grades.pm
diff -u loncom/homework/grades.pm:1.767 loncom/homework/grades.pm:1.768
--- loncom/homework/grades.pm:1.767 Fri May 8 13:49:02 2020
+++ loncom/homework/grades.pm Fri May 8 14:56:53 2020
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.767 2020/05/08 13:49:02 raeburn Exp $
+# $Id: grades.pm,v 1.768 2020/05/08 14:56:53 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4198,7 +4198,7 @@
my $section_display = join (", ",&Apache::loncommon::get_env_multiple('form.section'));
my $title='<h2>'.&mt('Current Grade Status').'</h2>';
- $title.='<h4>'.&mt('<b>Section: </b>[_1]',$section_display).'</h4>'."\n";
+ $title.='<h4><b>'.&mt('Section:').'</b> '.$section_display.'</h4>'."\n";
my $result= &Apache::loncommon::start_data_table().
&Apache::loncommon::start_data_table_header_row().
@@ -4641,7 +4641,7 @@
sub csvuploadmap {
- my ($request,$symb)= @_;
+ my ($request,$symb) = @_;
if (!$symb) {return '';}
my $datatoken;
@@ -6001,8 +6001,6 @@
$r->print($result);
-
-
# Chunk of the form that prompts to view a scoring office file,
# corrected file, skipped records in a file.
@@ -9738,7 +9736,6 @@
return ($counter,$record);
}
-
#-------- end of section for handling grading scantron forms -------
#
#-------------------------------------------------------------------
@@ -9859,7 +9856,6 @@
return $Str;
}
-
sub ungraded {
my ($request)=@_;
&submit_options($request);
More information about the LON-CAPA-cvs
mailing list