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.2.6,1.6.2.7
Date: Wed, 28 Sep 2005 12:57:15 -0700

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

Modified Files:
      Tag: rel_2_2
        search.tmpl 
Log Message:
Synching with default template (incorporating Disable_dictionary system pref)

Index: search.tmpl
===================================================================
RCS file: 
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/search.tmpl,v
retrieving revision 1.6.2.6
retrieving revision 1.6.2.7
diff -C2 -r1.6.2.6 -r1.6.2.7
*** search.tmpl 25 Aug 2005 18:01:22 -0000      1.6.2.6
--- search.tmpl 28 Sep 2005 19:57:12 -0000      1.6.2.7
***************
*** 28,34 ****
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" />
!                       <input type="text" id="title" name="value" 
onchange="sql_update()" size="35" accesskey="t" />                   <a 
href="javascript:Dopop('dictionary.pl?marclist=biblio.title&amp;type=intranet&amp;index=1',1)"
 class="button catalogue">
                                <strong>...</strong>
!                       </a></td>
                </tr>
                <tr>
--- 28,34 ----
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" />
!                       <input type="text" id="title" name="value" 
onchange="sql_update()" size="35" accesskey="t" />                   <!-- 
TMPL_UNLESS NAME="Disable_Dictionary" --><a 
href="javascript:Dopop('dictionary.pl?marclist=biblio.title&amp;type=intranet&amp;index=1',1)">
                                <strong>...</strong>
!                       </a><!-- /TMPL_UNLESS --></td>
                </tr>
                <tr>
***************
*** 38,44 ****
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" />
!                       <input type="text" id="author" name="value" 
onchange="sql_update()" size="35" accesskey="a" />                  <a 
href="javascript:Dopop('dictionary.pl?marclist=biblio.author&amp;type=intranet&amp;index=2',2)"
 class="button catalogue">
                                <strong>...</strong>
!                       </a></td>
                </tr>
                <tr>
--- 38,44 ----
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" />
!                       <input type="text" id="author" name="value" 
onchange="sql_update()" size="35" accesskey="a" />                  <!-- 
TMPL_UNLESS NAME="Disable_Dictionary" --><a 
href="javascript:Dopop('dictionary.pl?marclist=biblio.author&amp;type=intranet&amp;index=2',2)">
                                <strong>...</strong>
!                       </a><!-- /TMPL_UNLESS --></td>
                </tr>
                <tr>
***************
*** 48,54 ****
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" 
/>  
!                       <input type="text" id="subject" name="value" 
onchange="sql_update()" size="35" accesskey="s" />                 <a 
href="javascript:Dopop('dictionary.pl?marclist=bibliosubject.subject&amp;type=intranet&amp;index=3',3)"
 class="button catalogue">
                                <strong>...</strong>
!                       </a></td>
                </tr>
  <tr><th><label for="seriestitle">Series title</label></th><td>                
        
--- 48,54 ----
                        <input type="hidden" name="excluding" value="" />
                        <input type="hidden" name="operator" value="contains" 
/>  
!                       <input type="text" id="subject" name="value" 
onchange="sql_update()" size="35" accesskey="s" />                 <!-- 
TMPL_UNLESS NAME="Disable_Dictionary" --><a 
href="javascript:Dopop('dictionary.pl?marclist=bibliosubject.subject&amp;type=intranet&amp;index=3',3)">
                                <strong>...</strong>
!                       </a><!-- /TMPL_UNLESS --></td>
                </tr>
  <tr><th><label for="seriestitle">Series title</label></th><td>                
        




reply via email to

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