--- loncom/cgi/quotacheck.pl 2014/07/31 15:02:26 1.3 +++ loncom/cgi/quotacheck.pl 2014/07/31 15:45:31 1.4 @@ -6,7 +6,7 @@ $|=1; # requested domain, or current server should belong to requested # domain. # -# $Id: quotacheck.pl,v 1.3 2014/07/31 15:02:26 musolffc Exp $ +# $Id: quotacheck.pl,v 1.4 2014/07/31 15:45:31 musolffc Exp $ # # Copyright Michigan State University Board of Trustees # @@ -131,7 +131,10 @@ sub main { text=>"Result"}); } my $domdesc = &Apache::lonnet::domain($reqdom,'description'); - print(&Apache::loncommon::start_page('Course/Community disk usage and quotas'). + my $starthash = { + add_entries => {'onload' => "javascript:courseSet(document.filterpicker.official, 'load');"}, + }; + print(&Apache::loncommon::start_page('Course/Community disk usage and quotas', undef, $starthash). &Apache::lonhtmlcommon::breadcrumbs('Course/Community status'). '

'.&Apache::lonlocal::mt('Quotas for uploaded course content').'

'. '

'.$domdesc.'

');