[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-MARCdetail.tmpl,1.1.2.1,1.1.2.2

Owen Leonard oleonard at users.sourceforge.net
Thu Feb 17 22:19:34 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1094/koha-tmpl/opac-tmpl/npl/en

Modified Files:
      Tag: rel_2_2
	opac-MARCdetail.tmpl 
Log Message:
Markup correction

Index: opac-MARCdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-MARCdetail.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** opac-MARCdetail.tmpl	16 Feb 2005 17:31:37 -0000	1.1.2.1
--- opac-MARCdetail.tmpl	17 Feb 2005 21:19:30 -0000	1.1.2.2
***************
*** 16,20 ****
  <form class="inline" action="opac-detail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="icon brief" value="Normal View" /></form>
  
! <form class="inline" action="opac-detailprint.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="icon print" value="Print" onclick="Dopop('opac-detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->'); return false;"/></form> -->
  
  <form class="inline"><input type="submit" class="icon cart" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->'); return false;" value="Add to Book Bag" /></form>
--- 16,20 ----
  <form class="inline" action="opac-detail.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="icon brief" value="Normal View" /></form>
  
! <form class="inline" action="opac-detailprint.pl" method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR name="biblionumber" -->" /><input type="submit" class="icon print" value="Print" onclick="Dopop('opac-detailprint.pl?bib=<!-- TMPL_VAR name="biblionumber" -->'); return false;"/></form>
  
  <form class="inline"><input type="submit" class="icon cart" onclick="addRecord('<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->'); return false;" value="Add to Book Bag" /></form>
***************
*** 120,124 ****
  		<!-- /TMPL_LOOP -->
  	</table>
! 	
  		<table>
  		<caption>Copies</caption>
--- 120,124 ----
  		<!-- /TMPL_LOOP -->
  	</table>
! <!-- TMPL_IF NAME="item_header_loop" -->
  		<table>
  		<caption>Copies</caption>
***************
*** 135,139 ****
--- 135,143 ----
  					</tr>
  				<!-- /TMPL_LOOP -->
+ 		</table><!-- TMPL_ELSE -->
+ 		<table>
+ 			<tr><td>No copies available.</td></tr>
  		</table>
+ 	<!-- /TMPL_IF -->
  </div>
  </body>





More information about the Koha-cvs mailing list