--- loncom/interface/Attic/londropadd.pm 2002/05/09 15:56:02 1.42 +++ loncom/interface/Attic/londropadd.pm 2002/07/31 14:56:34 1.43 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to drop and add students in courses # -# $Id: londropadd.pm,v 1.42 2002/05/09 15:56:02 matthew Exp $ +# $Id: londropadd.pm,v 1.43 2002/07/31 14:56:34 bowersj2 Exp $ # # Copyright Michigan State University Board of Trustees # @@ -145,12 +145,21 @@ sub domain_form { 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"); + my $create_csv_help = + &Apache::loncommon::help_open_topic("Course_Convert_To_CSV"); $r->print(<

Upload a courselist

$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 +


Enroll a single student