--- loncom/interface/lonsearchcat.pm 2004/04/19 13:51:36 1.207
+++ loncom/interface/lonsearchcat.pm 2004/04/19 14:42:24 1.208
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Search Catalog
#
-# $Id: lonsearchcat.pm,v 1.207 2004/04/19 13:51:36 matthew Exp $
+# $Id: lonsearchcat.pm,v 1.208 2004/04/19 14:42:24 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -506,7 +506,7 @@ $Statement.
ENDDOCUMENT
$scrout.=' '.
- &Apache::lonhtmlcommon::textbox('basicexp',
+ &Apache::lonhtmlcommon::textbox('basicexp',
$ENV{'form.basicexp'},40).
' ';
my $relatedcheckbox =
@@ -609,56 +609,85 @@ sub print_advanced_search_form{
$closebutton
-
END
my $bodytag=&Apache::loncommon::bodytag('Advanced Catalog Search');
my $searchhelp=&searchhelp();
my $scrout=&search_html_header();
$scrout .= <<"ENDHEADER";
$bodytag
-$searchhelp
|