--- loncom/interface/lonsearchcat.pm 2004/01/02 19:23:47 1.202 +++ loncom/interface/lonsearchcat.pm 2004/01/15 03:18:19 1.203 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Search Catalog # -# $Id: lonsearchcat.pm,v 1.202 2004/01/02 19:23:47 www Exp $ +# $Id: lonsearchcat.pm,v 1.203 2004/01/15 03:18:19 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -359,7 +359,8 @@ my $totalfound; sub course_search { my $r=shift; - my $bodytag=&Apache::loncommon::bodytag('Course Search'); + my $bodytag=&Apache::loncommon::bodytag('Course Search'). + &Apache::loncommon::help_open_bug('Searching'); my $pretty_search_string = ''.$ENV{'form.courseexp'}.''; my $search_string = $ENV{'form.courseexp'}; my @New_Words; @@ -375,7 +376,7 @@ sub course_search { my @allwords=($search_string,@New_Words); $totalfound=0; $r->print('LON-CAPA Course Search'. - $bodytag.$pretty_search_string); + $bodytag.'
'.$pretty_search_string.'

'); $r->rflush(); # ======================================================= Go through the course undef %alreadyseen; @@ -468,7 +469,9 @@ Returns a scalar which holds html for th sub print_basic_search_form{ my ($r,$closebutton,$hidden_fields) = @_; - my $bodytag=&Apache::loncommon::bodytag('Search'); + my $bodytag=&Apache::loncommon::bodytag('Search'). + &Apache::loncommon::help_open_topic('Finding_Resources'). + &Apache::loncommon::help_open_bug('Searching'); my $scrout=<<"ENDDOCUMENT";