[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc search.tmpl,1.14,1.15

Paul POULAIN tipaul at users.sourceforge.net
Tue Apr 13 10:55:22 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9084/koha-tmpl/intranet-tmpl/default/en/search.marc

Modified Files:
	search.tmpl 
Log Message:
itemtype search type is =, not contains (as it ignore 2 or 1 letter searches)

Index: search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** search.tmpl	30 Mar 2004 16:13:29 -0000	1.14
--- search.tmpl	13 Apr 2004 08:55:20 -0000	1.15
***************
*** 74,78 ****
  			</td>
  			<td>
! 				<input type="hidden" name="operator" value="contains">
  				<input type="text" name="value" onchange="sql_update()">
  			</td>
--- 74,78 ----
  			</td>
  			<td>
! 				<input type="hidden" name="operator" value="=">
  				<input type="text" name="value" onchange="sql_update()">
  			</td>
***************
*** 134,138 ****
  		<!-- /TMPL_LOOP -->
  		<tr>
! 			<td align="left" width="15%"><input type="button" value="Add criteria" onClick="AddStatement()" class="button"></td>
  		</tr>
  
--- 134,139 ----
  		<!-- /TMPL_LOOP -->
  		<tr>
! 			<td align="left" colspan=2><input type="button" value="Add criteria" onClick="AddStatement()" class="button"></td>
! 			<td colspan=3>Warning : the "contains" statement does NOT work if you enter 2 or less letters</td>
  		</tr>
  
***************
*** 140,144 ****
  			<td colspan="5">
  				<div name="sql">
! 				<textarea name="sql" rows=3 cols=60 disabled readonly></textarea>
  				</div>
  			</td>
--- 141,145 ----
  			<td colspan="5">
  				<div name="sql">
! 				<textarea name="sql" rows=3 cols=70 disabled readonly></textarea>
  				</div>
  			</td>





More information about the Koha-cvs mailing list