--- loncom/interface/lonconfigsettings.pm 2009/05/12 21:20:42 1.4 +++ loncom/interface/lonconfigsettings.pm 2009/05/17 00:54:38 1.5 @@ -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.5 2009/05/17 00:54:38 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -124,6 +124,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,7 +303,7 @@ 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".'