koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/circ bookc... [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/circ bookc... [rel_3_0]
Date: Thu, 19 Oct 2006 10:05:08 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/10/19 10:05:08

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/circ: bookcount.tmpl 

Log message:
        fix multiple wrong links.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/circ/bookcount.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=1.1.2.2

Patches:
Index: bookcount.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/circ/Attic/bookcount.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -b -r1.1.2.1 -r1.1.2.2
--- bookcount.tmpl      19 Oct 2006 10:01:42 -0000      1.1.2.1
+++ bookcount.tmpl      19 Oct 2006 10:05:08 -0000      1.1.2.2
@@ -5,7 +5,7 @@
 <h1>
 <!-- TMPL_VAR Name="title" --> <!-- TMPL_IF NAME="author" -->(<!-- TMPL_VAR 
Name="author" -->)<!-- /TMPL_IF --></a></h1>
 <h2>Barcode <!-- TMPL_VAR Name="barcode" --></h2>
-<div class="tabitem"><form action="/cgi-bin/koha/detail.pl" 
method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR Name="bib" 
-->"><input type="hidden" name="type" value="intra"><input type="submit" 
class="submit" value="Brief Display"></form> <form 
action="/cgi-bin/koha/moredetail.pl" method="get"><input type="hidden" 
name="type" value="<!-- TMPL_VAR NAME="type" -->"><input type="hidden" 
name="item" value="<!-- TMPL_VAR NAME="itemnumber" -->"><input type="hidden" 
name="bib" value="<!-- TMPL_VAR NAME="bib" -->"><input type="hidden" name="bi" 
value="<!-- TMPL_VAR NAME="biblioitemnumber" -->"> <input type="submit" 
class="submit" value="Item Details"></form><!-- TMPL_IF NAME="norequests" 
--><!-- TMPL_ELSE --> <form action="request.pl" method="get"><input 
type="hidden" value="<!-- TMPL_VAR name="bib" -->" name="bib"> <input 
type="submit" value="Place Reserve" class="submit"></form><!-- /TMPL_IF 
--></div>
+<div class="tabitem"><form action="/cgi-bin/koha/catalogue/detail.pl" 
method="get"><input type="hidden" name="bib" value="<!-- TMPL_VAR Name="bib" 
-->"><input type="hidden" name="type" value="intra"><input type="submit" 
class="submit" value="Brief Display"></form> <form 
action="/cgi-bin/koha/catalogue/moredetail.pl" method="get"><input 
type="hidden" name="type" value="<!-- TMPL_VAR NAME="type" -->"><input 
type="hidden" name="item" value="<!-- TMPL_VAR NAME="itemnumber" -->"><input 
type="hidden" name="bib" value="<!-- TMPL_VAR NAME="bib" -->"><input 
type="hidden" name="bi" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->"> 
<input type="submit" class="submit" value="Item Details"></form><!-- TMPL_IF 
NAME="norequests" --><!-- TMPL_ELSE --> <form 
action="/cgi-bin/koha/reserve/request.pl" method="get"><input type="hidden" 
value="<!-- TMPL_VAR name="bib" -->" name="bib"> <input type="submit" 
value="Place Reserve" class="submit"></form><!-- /TMPL_IF --></div>
 <div class="data">
 <table>
                <tr><th>Home Branch: </th><td> <!-- TMPL_VAR Name="homebranch" 
--> </td></tr>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]