--- loncom/interface/lonsearchcat.pm 2008/12/19 23:24:49 1.303 +++ loncom/interface/lonsearchcat.pm 2009/05/04 16:45:57 1.306 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.303 2008/12/19 23:24:49 raeburn Exp $ +# $Id: lonsearchcat.pm,v 1.306 2009/05/04 16:45:57 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -566,7 +566,7 @@ sub course_search { if ($url =~m#^adm/wrapper/adm/.*/bulletinboard$#) { $url =~s#^adm/wrapper##; } - $disctype = &mt('bulletin board'); + $disctype = &mt('discussion board'); } else { $url = '/res/'.$url; } @@ -690,7 +690,7 @@ sub print_basic_search_form { my $bread_crumb = &Apache::lonhtmlcommon::breadcrumbs('Searching','Search_Basic', $env{'form.catalogmode'} ne 'import'); - my $scrout = &Apache::loncommon::start_page('Search').$bread_crumb; + my $scrout = &Apache::loncommon::start_page('Content Library').$bread_crumb; # Search form for resource space if (&Apache::lonnet::allowed('bre',$env{'request.role.domain'})) { $scrout .= &setup_basic_search($r,'res',$hidden_fields,$closebutton); @@ -704,7 +704,7 @@ sub print_basic_search_form { 'note' => 'Enter terms or phrases, then press "Search" below', 'use' => 'use related words', 'full' =>'fulltext search (time consuming)', - 'disc' => 'search discussion postings (resources and bulletin boards)', + 'disc' => 'search discussion postings (resources and discussion boards)', ); $scrout.=(< @@ -3561,7 +3561,7 @@ sub compact_view { my $link = &display_url($jumpurl,[1,1,1]); my $result = - $prefix.''; + $prefix.''; if (exists($env{'form.sortfield'}) && $env{'form.sortfield'} !~ /^(default|author|url|title)$/) { my $tmp = $values{$env{'form.sortfield'}};