koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/search.marc search.t


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/search.marc search.tmpl,1.6,1.7
Date: Wed, 12 Jan 2005 13:37:19 -0800

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

Modified Files:
        search.tmpl 
Log Message:
Changing operators for barcode and call number searches

Index: search.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/search.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** search.tmpl 11 Dec 2004 15:30:16 -0000      1.6
--- search.tmpl 12 Jan 2005 21:37:09 -0000      1.7
***************
*** 67,71 ****
                                <input type="hidden" name="and_or" value="and" 
/>
                                <input type="hidden" name="excluding" value="" 
/>
!                               <input type="hidden" name="operator" 
value="contains" />
                                <input type="text" id="barcode" name="value" 
onchange="sql_update()" size="14" maxlength="14" accesskey="b" /></td> 
                </tr>
--- 67,71 ----
                                <input type="hidden" name="and_or" value="and" 
/>
                                <input type="hidden" name="excluding" value="" 
/>
!                               <input type="hidden" name="operator" 
value="start" />
                                <input type="text" id="barcode" name="value" 
onchange="sql_update()" size="14" maxlength="14" accesskey="b" /></td> 
                </tr>
***************
*** 75,79 ****
                        <input type="hidden" name="and_or" value="and" />
                        <input type="hidden" name="excluding" value="" />
!                       <input type="hidden" name="operator" value="contains" />
                        <input type="text" id="callno" name="value" 
onchange="sql_update()" size="35"  accesskey="c" /></td>
                </tr>
--- 75,79 ----
                        <input type="hidden" name="and_or" value="and" />
                        <input type="hidden" name="excluding" value="" />
!                       <input type="hidden" name="operator" value="start" />
                        <input type="text" id="callno" name="value" 
onchange="sql_update()" size="35"  accesskey="c" /></td>
                </tr>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]