koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-search.tmpl,1.2,1.3


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-search.tmpl,1.2,1.3
Date: Thu, 17 Feb 2005 13:31:39 -0800

Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3999/koha-tmpl/opac-tmpl/npl/en

Modified Files:
        opac-search.tmpl 
Log Message:
Changing barcode search type to 'start' instead of '=' (barcode search fails 
otherwise)

Index: opac-search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-search.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** opac-search.tmpl    2 Feb 2005 15:06:42 -0000       1.2
--- opac-search.tmpl    17 Feb 2005 21:31:36 -0000      1.3
***************
*** 51,55 ****
                                <input type="hidden" name="operator" value="=" 
/>  
                                <!-- TMPL_VAR name="CGIbranch" --></td></tr>
! </table>                      
  <table>
  <caption>Other options:</caption>
--- 51,56 ----
                                <input type="hidden" name="operator" value="=" 
/>  
                                <!-- TMPL_VAR name="CGIbranch" --></td></tr>
! </table>
! <input type="submit" value="Search" class="submit" />
  <table>
  <caption>Other options:</caption>
***************
*** 58,62 ****
                                <input type="hidden" name="and_or" value="and" 
/>
                                <input type="hidden" name="excluding" value="" 
/>
!                               <input type="hidden" name="operator" value="=" 
/>
                                <input type="text" id="barcode" name="value" 
size="14" maxlength="14" /></td></tr>
  <tr><th><label for="dewey">Call Number</label></th><td><input type="hidden" 
name="marclist" value="biblioitems.dewey" />
--- 59,63 ----
                                <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" 
size="14" maxlength="14" /></td></tr>
  <tr><th><label for="dewey">Call Number</label></th><td><input type="hidden" 
name="marclist" value="biblioitems.dewey" />
***************
*** 101,107 ****
                        </select>
                </p>
!               <p>
!                       <input type="submit" value="Search" class="submit" />
!               </p>
        </div>
  </form>
--- 102,106 ----
                        </select>
                </p>
!               <p>     <input type="submit" value="Search" class="submit" 
/></p>
        </div>
  </form>




reply via email to

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