[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/search.marc result.tmpl,1.17,1.18

Paul POULAIN tipaul at users.sourceforge.net
Thu Nov 4 18:14:31 CET 2004


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

Modified Files:
	result.tmpl 
Log Message:
improving items list in MARC search result list

Index: result.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/search.marc/result.tmpl,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** result.tmpl	20 Oct 2004 16:40:14 -0000	1.17
--- result.tmpl	4 Nov 2004 17:14:28 -0000	1.18
***************
*** 58,62 ****
  				<td <!-- TMPL_IF NAME="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_LOOP NAME="CN" -->
! 						<!-- TMPL_VAR NAME="holdingbranch" --> <!-- TMPL_IF NAME="itemcallnumber" -->(<!-- TMPL_VAR NAME="itemcallnumber" -->)<!-- /TMPL_IF -->
  					<!-- /TMPL_LOOP -->
  				</td>
--- 58,71 ----
  				<td <!-- TMPL_IF NAME="even" -->class="hilighted"<!-- /TMPL_IF -->>
  					<!-- TMPL_LOOP NAME="CN" -->
! 						<p>
! 							<!-- TMPL_VAR NAME="holdingbranch" -->
! 							<!-- TMPL_IF name="date_due" -->
! 								On Loan until <!-- TMPL_VAR NAME="date_due" -->
! 							<!-- TMPL_ELSE -->
! 								<!-- TMPL_IF NAME="itemcallnumber" -->
! 									(<!-- TMPL_VAR NAME="itemcallnumber" -->)
! 								<!-- /TMPL_IF -->
! 							<!-- /TMPL_IF -->
! 						</p>
  					<!-- /TMPL_LOOP -->
  				</td>





More information about the Koha-cvs mailing list