--- loncom/homework/grades.pm 2006/07/02 01:03:04 1.369
+++ loncom/homework/grades.pm 2006/07/14 21:11:20 1.370
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# The LON-CAPA Grading handler
#
-# $Id: grades.pm,v 1.369 2006/07/02 01:03:04 banghart Exp $
+# $Id: grades.pm,v 1.370 2006/07/14 21:11:20 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -3442,9 +3442,10 @@ sub upcsvScores_form {
$result.=$table;
$result.='
'."\n";
$result.=''."\n";
+ $result.=&Apache::loncommon::help_open_topic("Course_Convert_To_CSV",
+ &mt("How do I create a CSV file from a spreadsheet"))
+ .' |
'."\n";
$result.='
'."\n";
$result.=&show_grading_menu_form($symb);
return $result;