--- loncom/interface/lonconfigsettings.pm 2009/05/12 21:20:42 1.4 +++ loncom/interface/lonconfigsettings.pm 2009/08/23 17:21:22 1.6 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.4 2009/05/12 21:20:42 raeburn Exp $ +# $Id: lonconfigsettings.pm,v 1.6 2009/08/23 17:21:22 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -49,6 +49,8 @@ sub print_header { my $alert = &mt('You must select at least one functionality type to display.'); my $js = ' '; if ($jscript) { @@ -124,6 +128,9 @@ sub print_footer { $env{'form.width'}.'" />'. ''); + if (defined($env{'form.origin'})) { + $r->print(''."\n"); + } if (($phase eq 'display') || ($phase eq 'process')) { if (ref($actions) eq 'ARRAY') { foreach my $item (@{$actions}) { @@ -300,9 +307,11 @@ sub display_choices { } my %helphash; &print_header($r,$phase,$context); - $r->print('

'.&mt('Functionality to display/modify').'

'); + $r->print('

'.&mt('Settings to display/modify').'

'); $r->print(''."\n".'

'.(' 'x2).