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

Henri-Damien LAURENT hdl at users.sourceforge.net
Wed Sep 28 17:48:27 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	search.tmpl 
Log Message:
Adding a System Preference Management to hide the Dictionnary Buttons if needed.
system preference is called Disable_Dictionary YesNo type.


Index: search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl,v
retrieving revision 1.21.2.3
retrieving revision 1.21.2.4
diff -C2 -r1.21.2.3 -r1.21.2.4
*** search.tmpl	25 Aug 2005 17:34:15 -0000	1.21.2.3
--- search.tmpl	28 Sep 2005 15:48:25 -0000	1.21.2.4
***************
*** 31,37 ****
  			<input type="hidden" name="operator" value="contains">
  			<input type="text" name="value" id="title" onchange="sql_update()" size="35">
! 			<a href="javascript:Dopop('dictionary.pl?marclist=biblio.title&amp;type=intranet&amp;index=1',1)" class="button catalogue">
! 				...
! 			</a>
  		</p>
  		<p>
--- 31,39 ----
  			<input type="hidden" name="operator" value="contains">
  			<input type="text" name="value" id="title" onchange="sql_update()" size="35">
! 			<!-- TMPL_UNLESS Name="Disable_Dictionary" -->
! 				<a href="javascript:Dopop('dictionary.pl?marclist=biblio.title&amp;type=intranet&amp;index=1',1)" class="button catalogue">
! 					...
! 				</a>
! 			<!-- /TMPL_UNLESS -->
  		</p>
  		<p>
***************
*** 41,47 ****
  			<input type="hidden" name="operator" value="contains">
  			<input type="text" name="value" id="author" onchange="sql_update()" size="35">
! 			<a href="javascript:Dopop('dictionary.pl?marclist=biblio.author&amp;type=intranet&amp;index=2',2)" class="button catalogue">
! 				...
! 			</a>
  		</p>
  		<p>
--- 43,51 ----
  			<input type="hidden" name="operator" value="contains">
  			<input type="text" name="value" id="author" onchange="sql_update()" size="35">
! 			<!-- TMPL_UNLESS Name="Disable_Dictionary" -->
! 				<a href="javascript:Dopop('dictionary.pl?marclist=biblio.author&amp;type=intranet&amp;index=2',2)" class="button catalogue">
! 					...
! 				</a>
! 			<!-- /TMPL_UNLESS -->
  		</p>
  		<p>
***************
*** 52,58 ****
  			<input type="hidden" name="operator" value="contains">  
  			<input type="text" name="value" id="subject" onchange="sql_update()" size="35">
! 			<a href="javascript:Dopop('dictionary.pl?marclist=bibliosubject.subject&amp;type=intranet&amp;index=3',3)" class="button catalogue">
! 				...
! 			</a>
  		</p>
  		<p>
--- 56,64 ----
  			<input type="hidden" name="operator" value="contains">  
  			<input type="text" name="value" id="subject" onchange="sql_update()" size="35">
! 			<!-- TMPL_UNLESS Name="Disable_Dictionary" -->
! 				<a href="javascript:Dopop('dictionary.pl?marclist=bibliosubject.subject&amp;type=intranet&amp;index=3',3)" class="button catalogue">
! 					...
! 				</a>
! 			<!-- /TMPL_UNLESS -->
  		</p>
  		<p>





More information about the Koha-cvs mailing list