[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/unido/en/catalogue detail.tmpl,1.10,1.11 moredetail.tmpl,1.3,1.4

Chris Cormack rangi at users.sourceforge.net
Tue Jun 17 10:47:07 CEST 2003


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/catalogue
In directory sc8-pr-cvs1:/tmp/cvs-serv25196/en/catalogue

Modified Files:
	detail.tmpl moredetail.tmpl 
Log Message:
Typo fixes


Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/catalogue/detail.tmpl,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** detail.tmpl	17 Jun 2003 07:07:56 -0000	1.10
--- detail.tmpl	17 Jun 2003 08:47:05 -0000	1.11
***************
*** 18,22 ****
  	<TMPL_ELSE>
  		<table align="right"><tr valign="top"><td>
! 				<a class="button" href=request.pl?bib=<TMPL_VAR NAME="biblionumber">>Requests</a>
  		</td></tr></table>
  	</TMPL_IF>
--- 18,22 ----
  	<TMPL_ELSE>
  		<table align="right"><tr valign="top"><td>
! 				<a href="request.pl?bib=<TMPL_VAR NAME="biblionumber">" >Requests</a>
  		</td></tr></table>
  	</TMPL_IF>

Index: moredetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/unido/en/catalogue/moredetail.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** moredetail.tmpl	17 Jun 2003 07:07:56 -0000	1.3
--- moredetail.tmpl	17 Jun 2003 08:47:05 -0000	1.4
***************
*** 19,23 ****
  <TMPL_LOOP NAME="BIBITEM_DATA">
  	<table align="right"><tr><td>
! <a class="button" href=/cgi-bin/koha/request.pl?bib=<TMPL_VAR NAME="biblionumber">>Requests</a></td></tr></table>
  
  
--- 19,23 ----
  <TMPL_LOOP NAME="BIBITEM_DATA">
  	<table align="right"><tr><td>
! <a href=/cgi-bin/koha/request.pl?bib=<TMPL_VAR NAME="biblionumber">>Requests</a></td></tr></table>
  
  





More information about the Koha-cvs mailing list