[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/bookshelves shelves.pl,1.5.2.1,1.5.2.2
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/bookshelves shelves.pl,1.5.2.1,1.5.2.2 |
Date: |
Wed, 27 Apr 2005 11:15:30 -0700 |
Update of /cvsroot/koha/koha/bookshelves
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25968/bookshelves
Modified Files:
Tag: rel_2_2
shelves.pl
Log Message:
Left out some instances in the previous update
Index: shelves.pl
===================================================================
RCS file: /cvsroot/koha/koha/bookshelves/shelves.pl,v
retrieving revision 1.5.2.1
retrieving revision 1.5.2.2
diff -C2 -r1.5.2.1 -r1.5.2.2
*** shelves.pl 27 Apr 2005 16:55:38 -0000 1.5.2.1
--- shelves.pl 27 Apr 2005 18:15:27 -0000 1.5.2.2
***************
*** 96,101 ****
foreach my $element (sort keys %$shelflist) {
my %line;
! ($color eq $linecolor1) ? ($color=$linecolor2) :
($color=$linecolor1);
! $line{'color'}= $color;
$line{'shelf'}=$element;
$line{'shelfname'}=$shelflist->{$element}->{'shelfname'};
--- 96,101 ----
foreach my $element (sort keys %$shelflist) {
my %line;
! ($color eq 1) ? ($color=0) : ($color=1);
! $line{'toggle'}=$color;
$line{'shelf'}=$element;
$line{'shelfname'}=$shelflist->{$element}->{'shelfname'};
***************
*** 148,153 ****
foreach my $element (sort keys %$shelflist) {
my %line;
! ($color eq $linecolor1) ? ($color=$linecolor2) :
($color=$linecolor1);
! $line{'color'}=$color;
$line{'shelf'}=$element;
$line{'shelfname'}=$shelflist->{$element}->{'shelfname'} ;
--- 148,153 ----
foreach my $element (sort keys %$shelflist) {
my %line;
! ($color eq 1) ? ($color=0) : ($color=1);
! $line{'toggle'}=$color;
$line{'shelf'}=$element;
$line{'shelfname'}=$shelflist->{$element}->{'shelfname'} ;
***************
*** 191,194 ****
--- 191,197 ----
#
# $Log$
+ # Revision 1.5.2.2 2005/04/27 18:15:27 oleonard
+ # Left out some instances in the previous update
+ #
# Revision 1.5.2.1 2005/04/27 16:55:38 oleonard
# Moving alternating row colors to the template, adding publicationyear and
itemtype variables
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/bookshelves shelves.pl,1.5.2.1,1.5.2.2,
Owen Leonard <=