--- loncom/interface/slotrequest.pm 2006/10/31 15:58:09 1.71
+++ loncom/interface/slotrequest.pm 2006/12/18 14:59:16 1.72
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler for requesting to have slots added to a students record
#
-# $Id: slotrequest.pm,v 1.71 2006/10/31 15:58:09 albertel Exp $
+# $Id: slotrequest.pm,v 1.72 2006/12/18 14:59:16 rezaferry Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -892,14 +892,19 @@ sub show_table {
}
my $available;
if ($mgr eq 'F') {
+ # FIXME: This line should be deleted once Slots uses breadcrumbs
+ $r->print(&Apache::loncommon::help_open_topic('Slot About', 'Help on slots'));
+
$r->print('
');
$r->print('');
+ $r->print(&Apache::loncommon::help_open_topic('Slot CommaDelimited'));
$r->print('');
+ $r->print(&Apache::loncommon::help_open_topic('Slot AddInterface'));
$r->print('
');
}
@@ -1278,9 +1283,11 @@ sub csvuploadmap_header {
my $checked=(($env{'form.noFirstLine'})?' checked="checked"':'');
my $ignore=&mt('Ignore First Line');
+ my $help_field = &Apache::loncommon::help_open_topic('Slot SelectingField');
+
$r->print(<
-Identify fields
+Identify fields $help_field
Total number of records found in file: $distotal
Enter as many fields as you can. The system will inform you and bring you back
to this page if the data selected is insufficient to create the slots.