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/catalogue ... [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/catalogue ... [rel_3_0]
Date: Tue, 14 Nov 2006 15:08:51 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/11/14 15:08:51

Modified files:
        koha-tmpl/intranet-tmpl/prog/en/catalogue: ISBDdetail.tmpl 
                                                   MARCdetail.tmpl 
                                                   detail.tmpl 

Log message:
        call issuehistory.pl with  title & author to write it on the template 
even if there is no issue for the current biblio.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/ISBDdetail.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.2.2.2&r2=1.2.2.3
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.3.2.10&r2=1.3.2.11
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.2.2.6&r2=1.2.2.7

Patches:
Index: ISBDdetail.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/ISBDdetail.tmpl,v
retrieving revision 1.2.2.2
retrieving revision 1.2.2.3
diff -u -b -r1.2.2.2 -r1.2.2.3
--- ISBDdetail.tmpl     13 Nov 2006 14:22:04 -0000      1.2.2.2
+++ ISBDdetail.tmpl     14 Nov 2006 15:08:51 -0000      1.2.2.3
@@ -45,7 +45,7 @@
                     Request
                 </a>
             <!-- /TMPL_IF -->
-            <a href="/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=<!-- 
TMPL_VAR NAME="biblionumber" -->" >Issue history</a>
+             <a 
href="/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=<!-- TMPL_VAR 
NAME="biblionumber" -->&title=<!-- TMPL_VAR NAME="title" -->&author=<!-- 
TMPL_VAR NAME="author" -->">Issue history</a>
     </div>
 
        <div id="catalogue_ISBDdetail">

Index: MARCdetail.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/MARCdetail.tmpl,v
retrieving revision 1.3.2.10
retrieving revision 1.3.2.11
diff -u -b -r1.3.2.10 -r1.3.2.11
--- MARCdetail.tmpl     13 Nov 2006 14:22:04 -0000      1.3.2.10
+++ MARCdetail.tmpl     14 Nov 2006 15:08:51 -0000      1.3.2.11
@@ -50,9 +50,7 @@
                     Request
                 </a>
             <!-- /TMPL_IF -->
-            <a class="button catalogue" 
href="/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=<!-- TMPL_VAR 
NAME="biblionumber" -->" >
-            Issue history
-            </a>
+            <a href="/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=<!-- 
TMPL_VAR NAME="biblionumber" -->&title=<!-- TMPL_VAR NAME="title" 
-->&author=<!-- TMPL_VAR NAME="author" -->">Issue history</a>
             
     </div>
 <!-- /TMPL_UNLESS -->

Index: detail.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/catalogue/detail.tmpl,v
retrieving revision 1.2.2.6
retrieving revision 1.2.2.7
diff -u -b -r1.2.2.6 -r1.2.2.7
--- detail.tmpl 13 Nov 2006 14:22:04 -0000      1.2.2.6
+++ detail.tmpl 14 Nov 2006 15:08:51 -0000      1.2.2.7
@@ -44,7 +44,7 @@
                 </a>
             <!-- /TMPL_IF -->
             
-            <a href="/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=<!-- 
TMPL_VAR NAME="biblionumber" -->" >Issue history</a>
+            <a href="/cgi-bin/koha/catalogue/issuehistory.pl?biblionumber=<!-- 
TMPL_VAR NAME="biblionumber" -->&title=<!-- TMPL_VAR NAME="title" 
-->&author=<!-- TMPL_VAR NAME="author" -->">Issue history</a>
     </div>
     <div id="catalogue_detail_biblio">
         <h2>Biblio detail</h2>




reply via email to

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