[LON-CAPA-cvs] cvs: loncom /interface lonsearchcat.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Tue, 16 Dec 2003 15:00:56 -0000
matthew Tue Dec 16 10:00:56 2003 EDT
Modified files:
/loncom/interface lonsearchcat.pm
Log:
Trivial form name changes so it's easier to debug.
Index: loncom/interface/lonsearchcat.pm
diff -u loncom/interface/lonsearchcat.pm:1.194 loncom/interface/lonsearchcat.pm:1.195
--- loncom/interface/lonsearchcat.pm:1.194 Thu Dec 11 15:59:54 2003
+++ loncom/interface/lonsearchcat.pm Tue Dec 16 10:00:56 2003
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Search Catalog
#
-# $Id: lonsearchcat.pm,v 1.194 2003/12/11 20:59:54 albertel Exp $
+# $Id: lonsearchcat.pm,v 1.195 2003/12/16 15:00:56 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -549,7 +549,7 @@
my $Statement=&mt('Enter terms or phrases separated by AND, OR, or NOT then press SEARCH below');
$scrout.=(<<ENDDOCUMENT);
<h1>$CatalogSearch</h1>
-<form method="post" action="/adm/searchcat">
+<form name="loncapa_search" method="post" action="/adm/searchcat">
<input type="hidden" name="phase" value="basic_search" />
$hidden_fields
<p>
@@ -602,7 +602,7 @@
$scrout.=(<<ENDCOURSESEARCH);
<hr />
<h1>$lt{'header'}</h1>
-<form method="post" action="/adm/searchcat">
+<form name="course_search" method="post" action="/adm/searchcat">
<input type="hidden" name="phase" value="course_search" />
$hidden_fields
<p>