Diff for /loncom/cgi/quotacheck.pl between versions 1.3 and 1.4

version 1.3, 2014/07/31 15:02:26 version 1.4, 2014/07/31 15:45:31
Line 131  sub main { Line 131  sub main {
               text=>"Result"});                text=>"Result"});
     }      }
     my $domdesc = &Apache::lonnet::domain($reqdom,'description');      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::lonhtmlcommon::breadcrumbs('Course/Community status').
           '<h2>'.&Apache::lonlocal::mt('Quotas for uploaded course content').'</h2>'.            '<h2>'.&Apache::lonlocal::mt('Quotas for uploaded course content').'</h2>'.
           '<h3>'.$domdesc.'</h3>');            '<h3>'.$domdesc.'</h3>');

Removed from v.1.3  
changed lines
  Added in v.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>