[Koha-cvs] koha/koha-tmpl/opac-tmpl/npl/en opac-zoomsearch... [dev_week]

Joshua Ferraro jmf at kados.org
Sat Jun 10 21:52:01 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/06/10 19:52:01

Modified files:
	koha-tmpl/opac-tmpl/npl/en: opac-zoomsearch.tmpl 

Log message:
	modifying name of livesearch query

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/opac-tmpl/npl/en/opac-zoomsearch.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.2&r2=1.1.2.3

Patches:
Index: opac-zoomsearch.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/opac-tmpl/npl/en/Attic/opac-zoomsearch.tmpl,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -b -r1.1.2.2 -r1.1.2.3
--- opac-zoomsearch.tmpl	10 Jun 2006 15:51:56 -0000	1.1.2.2
+++ opac-zoomsearch.tmpl	10 Jun 2006 19:52:01 -0000	1.1.2.3
@@ -47,7 +47,7 @@
 <input type="hidden" name="op" value="get_results" />
 
 <div>
-<input type="text" autocomplete="off" id="keyword" name="value" size="15" onkeypress="liveSearchStart()" />
+<input name="cql_query" type="text" autocomplete="off" id="keyword" size="15" onkeypress="liveSearchStart()" />
 	<div id="LSResult" style="display: none;">
 	<ul id="LSShadow">
 		<li> </li>





More information about the Koha-cvs mailing list