[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-MARCdetail.tmpl,1.3
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-MARCdetail.tmpl,1.3,1.4 |
Date: |
Thu, 17 Feb 2005 13:20:05 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1161/koha-tmpl/opac-tmpl/npl/en
Modified Files:
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.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** opac-MARCdetail.tmpl 16 Feb 2005 17:37:14 -0000 1.3
--- opac-MARCdetail.tmpl 17 Feb 2005 21:20:02 -0000 1.4
***************
*** 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>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-MARCdetail.tmpl,1.3,1.4,
Owen Leonard <=