[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/authorities auth_finder.tmpl,1.1,1.2

doXulting doxulting at users.sourceforge.net
Mon Jul 5 15:39:05 CEST 2004


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

Modified Files:
	auth_finder.tmpl 
Log Message:
First step for working authorities

Index: auth_finder.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/auth_finder.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** auth_finder.tmpl	10 Jun 2004 08:30:02 -0000	1.1
--- auth_finder.tmpl	5 Jul 2004 13:39:03 -0000	1.2
***************
*** 12,16 ****
  		<p>
  			<label class="label100">Authority type</label>
! 			<select name="authtype">
  			<!-- TMPL_LOOP name="authtypesloop" -->
  				<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
--- 12,16 ----
  		<p>
  			<label class="label100">Authority type</label>
! 			<select name="authtypecode">
  			<!-- TMPL_LOOP name="authtypesloop" -->
  				<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
***************
*** 23,30 ****
--- 23,32 ----
  			<label class="label100">Search value</label>
  			<input type="text" name="value" value="<!-- TMPL_VAR name="value" -->">
+ 			<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR name="authtypecode" -->">
  			<input type="hidden" name="marclist" value="">
  			<input type="hidden" name="and_or" value="and">
  			<input type="hidden" name="excluding" value="">
  			<input type="hidden" name="operator" value="contains">
+ 	<input type="hidden" name="index" value="<!-- TMPL_VAR name="index" -->"
  		</p>
  		<p>





More information about the Koha-cvs mailing list