--- loncom/interface/Attic/londropadd.pm 2002/07/31 14:56:34 1.43 +++ loncom/interface/Attic/londropadd.pm 2002/08/01 16:48:21 1.44 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.43 2002/07/31 14:56:34 bowersj2 Exp $ +# $Id: londropadd.pm,v 1.44 2002/08/01 16:48:21 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -146,9 +146,11 @@ sub menu_phase_one { my $r=shift; my $upfile_select=&Apache::loncommon::upfile_select_html(); my $create_classlist_help = - &Apache::loncommon::help_open_topic("Course_Create_Class_List"); + &Apache::loncommon::help_open_topic("Course_Create_Class_List", + "How do I create a class list from a spreadsheet"); my $create_csv_help = - &Apache::loncommon::help_open_topic("Course_Convert_To_CSV"); + &Apache::loncommon::help_open_topic("Course_Convert_To_CSV", + "How do I create a CSV file from a spreadsheet"); $r->print(<
@@ -156,9 +158,8 @@ sub menu_phase_one { $upfile_select


-How to create a class list from a spreadsheet $create_classlist_help -
-How to create a CSV file from your spreadsheet $create_csv_help +$create_classlist_help
+$create_csv_help


Enroll a single student