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

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 22 17:34:20 CEST 2005


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

Modified Files:
	search.tmpl 
Log Message:
see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...)

Index: search.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/search.tmpl,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** search.tmpl	1 Jun 2005 12:51:02 -0000	1.25
--- search.tmpl	22 Sep 2005 15:34:17 -0000	1.26
***************
*** 70,74 ****
  				<input type="hidden" name="excluding" value="">
  				<input type="hidden" name="operator" value="=">  
! 				<!-- TMPL_VAR name="CGIbranch" -->
  		</p>
  	</div>
--- 70,79 ----
  				<input type="hidden" name="excluding" value="">
  				<input type="hidden" name="operator" value="=">  
! 				<select name="branch">
! 					<option value="">Default</option>
! 				<!-- TMPL_LOOP name="branchloop" -->
! 					<option value="<!-- TMPL_VAR name="value" -->" <!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->><!-- TMPL_VAR name="branchname" --></option>
! 				<!-- /TMPL_LOOP -->
! 				</select>
  		</p>
  	</div>





More information about the Koha-cvs mailing list