--- loncom/interface/domainprefs.pm 2010/03/21 20:33:47 1.132 +++ loncom/interface/domainprefs.pm 2010/03/22 17:23:34 1.133 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.132 2010/03/21 20:33:47 raeburn Exp $ +# $Id: domainprefs.pm,v 1.133 2010/03/22 17:23:34 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -236,7 +236,7 @@ sub handler { col2 => 'Value'}], }, 'quotas' => - { text => 'User blogs, personal information pages and portfolios', + { text => 'User blogs, personal information pages, portfolios', help => 'Domain_Configuration_Quotas', header => [{col1 => 'User affiliation', col2 => 'Available tools', @@ -364,7 +364,7 @@ sub handler { my @actions = &Apache::loncommon::get_env_multiple('form.actions'); &Apache::lonhtmlcommon::add_breadcrumb ({href=>"javascript:changePage(document.$phase,'pickactions')", - text=>"Pick functionality"}); + text=>"Settings to display/modify"}); my $confname = $dom.'-domainconfig'; if ($phase eq 'process') { &Apache::lonconfigsettings::make_changes($r,$dom,$phase,$context,\@prefs_order,\%prefs,\%domconfig,$confname,\@roles);