Diff for /loncom/interface/lonprintout.pm between versions 1.219 and 1.220

version 1.219, 2003/08/19 15:57:14 version 1.220, 2003/08/19 16:02:13
Line 1251  CHOOSE_FROM_SUBDIR Line 1251  CHOOSE_FROM_SUBDIR
                                    ['Print with Table of Contents', 'yes'] ];                                     ['Print with Table of Contents', 'yes'] ];
         Apache::lonhelper::dropdown->new();          Apache::lonhelper::dropdown->new();
                   
         $paramHash = Apache::lonhelper::getParamHash();   if (not $helper->{VARS}->{'construction'}) {
         $paramHash->{MESSAGE_TEXT} = "</td></tr><tr><td>&nbsp;</td><td>";      $paramHash = Apache::lonhelper::getParamHash();
         Apache::lonhelper::message->new();      $paramHash->{MESSAGE_TEXT} = "</td></tr><tr><td>&nbsp;</td><td>";
         $paramHash = Apache::lonhelper::getParamHash();      Apache::lonhelper::message->new();
  $paramHash->{'variable'} = 'TABLE_INDEX';         $paramHash = Apache::lonhelper::getParamHash();
  $helper->declareVar('TABLE_INDEX');               $paramHash->{'variable'} = 'TABLE_INDEX';   
         $paramHash->{CHOICES} = [      $helper->declareVar('TABLE_INDEX');         
                                    ['Print without Index', 'no'],      $paramHash->{CHOICES} = [
                                    ['Print with Index', 'yes'] ];       ['Print without Index', 'no'],
         Apache::lonhelper::dropdown->new();       ['Print with Index', 'yes'] ];
       Apache::lonhelper::dropdown->new();
    }
   
  if ($helper->{VARS}->{'construction'}) {   if ($helper->{VARS}->{'construction'}) {
     $paramHash = Apache::lonhelper::getParamHash();      $paramHash = Apache::lonhelper::getParamHash();

Removed from v.1.219  
changed lines
  Added in v.1.220


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