--- loncom/interface/courseprefs.pm 2011/01/15 03:10:54 1.44 +++ loncom/interface/courseprefs.pm 2011/06/05 12:59:47 1.45 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set configuration settings for a course # -# $Id: courseprefs.pm,v 1.44 2011/01/15 03:10:54 www Exp $ +# $Id: courseprefs.pm,v 1.45 2011/06/05 12:59:47 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -544,11 +544,16 @@ sub print_config_box { my $itemtext = $item->{'itemtext'}; my $rowtotal = 0; my $output = - '

'.&mt($item->{text}).'

-
 '. - &Apache::loncommon::help_open_topic($item->{'help'}).''; + ' + + '."\n". + ''; if (($action eq 'feedback') || ($action eq 'classlists')) { $output .= ' + + + + + + + +
'. + &mt($item->{text}).' '. + &Apache::loncommon::help_open_topic($item->{'help'}).'
'; if (exists $item->{'header'}->[0]->{'col1'} || exists $item->{'header'}->[0]->{'col2'}) { @@ -566,6 +571,10 @@ sub print_config_box { } $output .= '
+
'; @@ -576,6 +585,10 @@ sub print_config_box { $output .= &print_classlists('middle',$cdom,$settings,$itemtext,\$rowtotal,$crstype). '
'.&mt($item->{'header'}->[1]->{'col1'}).'
+
'; if (exists $item->{'header'}->[2]->{'col1'} || exists $item->{'header'}->[2]->{'col2'}) { @@ -588,6 +601,8 @@ sub print_config_box { } } else { $output .= ' + + + +
'; if (exists $item->{'header'}->[0]->{'col1'} || exists $item->{'header'}->[0]->{'col2'}) { @@ -624,7 +639,9 @@ sub print_config_box { } $output .= '
-'; +

'; return ($output,$rowtotal); }