[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/search.marc result.tmpl,1.6,1.7

Owen Leonard oleonard at users.sourceforge.net
Thu Feb 17 22:08:30 CET 2005


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

Modified Files:
	result.tmpl 
Log Message:
Putting reserve link back into search results

Index: result.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/search.marc/result.tmpl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** result.tmpl	3 Feb 2005 20:51:13 -0000	1.6
--- result.tmpl	17 Feb 2005 21:08:28 -0000	1.7
***************
*** 35,38 ****
--- 35,39 ----
  	<th>Copies</th>
  	<th>Location</th>
+ 	<th>&nbsp;</th>
  	</tr>
  <tbody>
***************
*** 49,53 ****
  					<td><!-- TMPL_VAR NAME="classification" --></td>
  			<td><!-- TMPL_VAR NAME="totitem" --></td>
! <td><!-- TMPL_LOOP NAME="CN" --><!-- TMPL_VAR NAME="holdingbranch" --><!-- TMPL_IF name="date_due" --> (due <!-- TMPL_VAR NAME="date_due" -->)	<!-- TMPL_ELSE --><!-- TMPL_IF NAME="itemcallnumber" -->(<!-- TMPL_VAR NAME="itemcallnumber" -->)<!-- /TMPL_IF --><!-- /TMPL_IF --><br /><!-- /TMPL_LOOP --></td>
  		</tr>
  	<!-- /TMPL_LOOP -->
--- 50,54 ----
  					<td><!-- TMPL_VAR NAME="classification" --></td>
  			<td><!-- TMPL_VAR NAME="totitem" --></td>
! <td><!-- TMPL_LOOP NAME="CN" --><!-- TMPL_VAR NAME="holdingbranch" --><!-- TMPL_IF name="date_due" --> (due <!-- TMPL_VAR NAME="date_due" -->)	<!-- TMPL_ELSE --><!-- TMPL_IF NAME="itemcallnumber" -->(<!-- TMPL_VAR NAME="itemcallnumber" -->)<!-- /TMPL_IF --><!-- /TMPL_IF --><br /><!-- /TMPL_LOOP --></td><td><!-- TMPL_UNLESS name="norequests" --><a href="/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">Reserves</a><!-- TMPL_ELSE -->Not Reservable<!-- /TMPL_UNLESS --></td>
  		</tr>
  	<!-- /TMPL_LOOP -->





More information about the Koha-cvs mailing list