--- loncom/interface/lonconfigsettings.pm 2012/10/30 10:39:02 1.22 +++ loncom/interface/lonconfigsettings.pm 2012/12/07 16:12:18 1.23 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.22 2012/10/30 10:39:02 foxr Exp $ +# $Id: lonconfigsettings.pm,v 1.23 2012/12/07 16:12:18 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -153,7 +153,9 @@ sub print_footer { } my $dest='"javascript:changePage(document.'.$phase.','."'$newphase'".')"'; if ($phase eq 'process') { - $r->print('

'.$button_text.'

'); + $r->print( + &Apache::lonhtmlcommon::actionbox( + [''.$button_text.''])); } else { my $onclick; if ($phase eq 'display') {