Diff for /loncom/interface/lonpickcourse.pm between versions 1.67.2.3 and 1.69

version 1.67.2.3, 2008/01/20 22:47:37 version 1.69, 2008/01/02 10:37:58
Line 452  $multelement Line 452  $multelement
     if ($domainselectform) {      if ($domainselectform) {
         $output .= $lt{'cdo'}.': '.$domainselectform.'<br />'."\n";          $output .= $lt{'cdo'}.': '.$domainselectform.'<br />'."\n";
     }      }
 #    if ($typeselectform) {      if ($typeselectform) {
 #        $output .= $lt{'cog'}.': '.$typeselectform.'<br />'."\n";          $output .= $lt{'cog'}.': '.$typeselectform.'<br />'."\n";
 #    }      }
     if ($instcodeform) {      if ($instcodeform) {
         $output .= $lt{'cin'}.': '.$instcodeform.'<br />'."\n";          $output .= $lt{'cin'}.': '.$instcodeform.'<br />'."\n";
     }      }
Line 474  $multelement Line 474  $multelement
                   '<input type="text" name="descriptfilter" size="40" value="'.                    '<input type="text" name="descriptfilter" size="40" value="'.
                   $list->{'descriptfilter'}.'" />'."\n";                    $list->{'descriptfilter'}.'" />'."\n";
     }      }
     $output .= '<p><input type="submit" name="gosearch" value="'.       $output .= qq|
                &mt('Search').'" /></p>'."\n".'</form>'."\n".'<hr />'."\n";  <p><input type="submit" name="gosearch" value="Search" /></p>
   </form>
   <hr />
   |;
     return $output;       return $output; 
 }  }
   

Removed from v.1.67.2.3  
changed lines
  Added in v.1.69


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