--- loncom/interface/lonconfigsettings.pm 2010/08/14 13:38:33 1.15.2.1 +++ loncom/interface/lonconfigsettings.pm 2010/11/19 13:08:47 1.16 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.15.2.1 2010/08/14 13:38:33 raeburn Exp $ +# $Id: lonconfigsettings.pm,v 1.16 2010/11/19 13:08:47 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -141,7 +141,7 @@ sub print_footer { if (($phase eq 'display') || ($phase eq 'process')) { if (ref($actions) eq 'ARRAY') { foreach my $item (@{$actions}) { - $r->print('')."\n"; + $r->print(''."\n"); } } } @@ -282,6 +282,34 @@ sub display_settings { } $r->print(''); } + if ($context eq 'course') { + $r->print(' + +'); + } $r->print(&Apache::loncommon::end_page()); return; }