--- loncom/html/adm/helper/newslot.helper 2005/11/18 16:54:01 1.11 +++ loncom/html/adm/helper/newslot.helper 2006/02/03 22:40:46 1.12 @@ -213,6 +213,9 @@ $slot{$which} = $helper->{'VARS'}{$which}; } } + if ( $helper->{'VARS'}{'startreserve'} > 0) { + $slot{'startreserve'} = $helper->{'VARS'}{'startreserve'}; + } if ( $helper->{'VARS'}{'startunique'} > 0 && $helper->{'VARS'}{'endunique'} > 0 ) { $slot{'uniqueperiod'} = [$helper->{'VARS'}{'startunique'}, @@ -246,6 +249,10 @@ &HTML::Entities::encode($slot{$which}).''; } } + if (exists($slot{'startreserve'})) { + $result.="\n".'
  • '.$labels{'startreserve'}.': '. + &Apache::lonlocal::locallocaltime($slot{'startreserve'}).'
  • '; + } if (exists($slot{'proctor'})) { my $proctors = $slot{'proctor'}; $proctors =~ s/,/, /g;