Diff for /loncom/interface/lonparmset.pm between versions 1.191 and 1.192

version 1.191, 2005/05/05 20:50:38 version 1.192, 2005/05/06 19:00:31
Line 713  sub extractResourceInformation { Line 713  sub extractResourceInformation {
                     my $name=&Apache::lonnet::metadata($srcf,$key.'.name');                      my $name=&Apache::lonnet::metadata($srcf,$key.'.name');
                     my $part= &Apache::lonnet::metadata($srcf,$key.'.part');                      my $part= &Apache::lonnet::metadata($srcf,$key.'.part');
                     my $parmdis = $display;                      my $parmdis = $display;
                     $parmdis =~ s|(\[Part.*$)||g;                      $parmdis =~ s|(\[Part.*)$||g;
                     my $partkey = $part;                      my $partkey = $part;
                     $partkey =~ tr|_|.|;                      $partkey =~ tr|_|.|;
                     $$allparms{$name} = $parmdis;                      $$allparms{$name} = $parmdis;
Line 1191  ENDTABLETWO Line 1191  ENDTABLETWO
            $r->print(<<ENDTABLEHEADFOUR);             $r->print(<<ENDTABLEHEADFOUR);
 </tr><tr><th>$lt{'aut'}</th><th>$lt{'type'}</th>  </tr><tr><th>$lt{'aut'}</th><th>$lt{'type'}</th>
 <th>$lt{'emof'}</th><th>$lt{'part'}</th><th>$lt{'pn'}</th>  <th>$lt{'emof'}</th><th>$lt{'part'}</th><th>$lt{'pn'}</th>
 <th>$lt{'gen'}</th><th>$lt{'femof'}</th>  <th>$lt{'gen'}</th><th>$lt{'foremf'}</th>
 <th>$lt{'def'}</th><th>$lt{'foremf'}</th><th>$lt{'fr'}</th>  <th>$lt{'def'}</th><th>$lt{'femof'}</th><th>$lt{'fr'}</th>
 ENDTABLEHEADFOUR  ENDTABLEHEADFOUR
   
            if ($csec) {             if ($csec) {

Removed from v.1.191  
changed lines
  Added in v.1.192


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