[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue MARCdetail.tmpl,1.14.2.1,1.14.2.2 searchresults.tmpl,1.7.2.1,1.7.2.2

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 19 11:22:50 CET 2004


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

Modified Files:
      Tag: rel_2_0
	MARCdetail.tmpl searchresults.tmpl 
Log Message:
new feature : adding book to bookshelf from biblio detail screen.

Index: MARCdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -C2 -r1.14.2.1 -r1.14.2.2
*** MARCdetail.tmpl	10 Feb 2004 13:17:57 -0000	1.14.2.1
--- MARCdetail.tmpl	19 Feb 2004 10:22:46 -0000	1.14.2.2
***************
*** 20,23 ****
--- 20,24 ----
  					<td width=8%><a href="detail.pl?bib=<!-- TMPL_VAR name="biblionumber" -->">Normal</a></td>
  					<td width=8%><a href="javascript:Dopop('detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->')">Print</a></td>
+ 					<td width=8%><a href="javascript:Dopop('bookshelves/addbookbybiblionumber.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->')">Add to shelf</a></td>
  					<td align="center"><b>MARC biblio : <!-- TMPL_VAR name="bibid" --></b></td>
  				</tr>

Index: searchresults.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/searchresults.tmpl,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -C2 -r1.7.2.1 -r1.7.2.2
*** searchresults.tmpl	26 Jan 2004 10:46:35 -0000	1.7.2.1
--- searchresults.tmpl	19 Feb 2004 10:22:46 -0000	1.7.2.2
***************
*** 55,59 ****
  		<!-- TMPL_IF NAME="opac" -->
  		<!-- TMPL_ELSE -->
! 			<td> <a href=/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->>Request</a></td>
  		<!-- /TMPL_IF -->
  	</tr>
--- 55,63 ----
  		<!-- TMPL_IF NAME="opac" -->
  		<!-- TMPL_ELSE -->
! 			<!-- TMPL_UNLESS NAME="norequests" -->
! 				<td> <a href=/cgi-bin/koha/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->>Request</a></td>
! 			<!-- TMPL_ELSE -->
! 				<td>Not Reservable</td>
! 			<!-- /TMPL_UNLESS -->
  		<!-- /TMPL_IF -->
  	</tr>





More information about the Koha-cvs mailing list