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

doXulting doxulting at users.sourceforge.net
Thu Jul 8 12:16:31 CEST 2004


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

Modified Files:
	auth_finder.tmpl 
Log Message:
Authorities

Index: auth_finder.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/authorities/auth_finder.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** auth_finder.tmpl	5 Jul 2004 13:39:03 -0000	1.2
--- auth_finder.tmpl	8 Jul 2004 10:16:29 -0000	1.3
***************
*** 12,27 ****
  		<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 -->>
! 					<!-- TMPL_VAR name="authtypetext" -->
! 				</option>
! 			<!-- /TMPL_LOOP -->
! 			</select>
  		</p>
  		<p>
  			<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">
--- 12,21 ----
  		<p>
  			<label class="label100">Authority type</label>
! 			<!-- TMPL_VAR name="category" -->
  		</p>
  		<p>
  			<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="category" -->">
  			<input type="hidden" name="marclist" value="">
  			<input type="hidden" name="and_or" value="and">





More information about the Koha-cvs mailing list