koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha bookshelves/shelves.pl koha-tmpl/intranet-... [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha bookshelves/shelves.pl koha-tmpl/intranet-... [rel_3_0]
Date: Tue, 17 Oct 2006 07:59:36 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/10/17 07:59:35

Modified files:
        bookshelves    : shelves.pl 
        koha-tmpl/intranet-tmpl/prog/en/bookshelves: shelves.tmpl 

Log message:
        ccode added.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/bookshelves/shelves.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.9.2.1&r2=1.9.2.2
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.6&r2=1.1.2.7

Patches:
Index: bookshelves/shelves.pl
===================================================================
RCS file: /sources/koha/koha/bookshelves/shelves.pl,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -b -r1.9.2.1 -r1.9.2.2
--- bookshelves/shelves.pl      30 Aug 2006 15:59:14 -0000      1.9.2.1
+++ bookshelves/shelves.pl      17 Oct 2006 07:59:35 -0000      1.9.2.2
@@ -220,6 +220,7 @@
                $line{'author'}=$item->{'author'};
                $line{'publicationyear'}=$item->{'publicationyear'};
                $line{'itemtype'}=$item->{'itemtype'};
+               $line{'ccode'}=$item->{'ccode'};
                $line{biblionumber} = $item->{biblionumber};
                push(@itemsloop, \%line);
        }
@@ -233,6 +234,9 @@
 
 #
 # $Log: shelves.pl,v $
+# Revision 1.9.2.2  2006/10/17 07:59:35  toins
+# ccode added.
+#
 # Revision 1.9.2.1  2006/08/30 15:59:14  toins
 # Code cleaned according to coding guide lines.
 #

Index: koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -b -r1.1.2.6 -r1.1.2.7
--- koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl    26 Sep 2006 
13:15:42 -0000      1.1.2.6
+++ koha-tmpl/intranet-tmpl/prog/en/bookshelves/shelves.tmpl    17 Oct 2006 
07:59:35 -0000      1.1.2.7
@@ -61,7 +61,7 @@
                                </tr><!-- TMPL_LOOP Name="itemsloop" --><!-- 
TMPL_IF NAME="toggle" --><tr class="highlight"><!-- TMPL_ELSE --><tr><!-- 
/TMPL_IF --><!-- TMPL_IF name="manageshelf" --><td><input type="checkbox" 
name="REM-<!-- TMPL_VAR NAME="itemnumber" -->" /></td><!-- /TMPL_IF -->
                                                <td><a 
href="/cgi-bin/koha/catalogue/detail.pl?bib=<!-- TMPL_VAR name="biblionumber" 
-->"><!-- TMPL_VAR NAME="title" --></a></td>
                                                <td><!-- TMPL_VAR NAME="author" 
--></td> 
-                                               <td><!-- TMPL_VAR 
NAME="itemtype" --></td>
+                                               <td><!-- TMPL_VAR NAME="ccode" 
--></td>
                                                <td><!-- TMPL_VAR 
NAME="publicationyear" --></td>
                                                <td><a 
href="/cgi-bin/koha/reserve/request.pl?bib=<!-- TMPL_VAR NAME="biblionumber" 
-->">Reserves</a></td>
                                        </tr>




reply via email to

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