--- loncom/interface/lonconfigsettings.pm 2011/12/08 22:10:18 1.21 +++ loncom/interface/lonconfigsettings.pm 2012/05/02 20:32:37 1.21.4.1 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.21 2011/12/08 22:10:18 www Exp $ +# $Id: lonconfigsettings.pm,v 1.21.4.1 2012/05/02 20:32:37 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -35,7 +35,6 @@ use Apache::lonnet; use Apache::loncommon(); use Apache::lonhtmlcommon(); use Apache::lonlocal; -use Apache::lonparmset(); sub print_header { my ($r,$phase,$context,$jscript,$container) = @_; @@ -127,9 +126,6 @@ $jscript '); - if ($container) { - &Apache::lonparmset::startSettingsScreen($r,$container); - } $r->print('
'); return; @@ -164,9 +160,6 @@ sub print_footer { } if ($phase eq 'process') { $r->print('
'); - if ($container) { - &Apache::lonparmset::endSettingsScreen($r); - } $r->print(&Apache::loncommon::end_page()); } return;