koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/bookshelves shelves.pl,1.6,1.7


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/bookshelves shelves.pl,1.6,1.7
Date: Wed, 27 Apr 2005 11:16:21 -0700

Update of /cvsroot/koha/koha/bookshelves
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26333/bookshelves

Modified Files:
        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.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** shelves.pl  27 Apr 2005 17:17:41 -0000      1.6
--- shelves.pl  27 Apr 2005 18:16:19 -0000      1.7
***************
*** 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.7  2005/04/27 18:16:19  oleonard
+ # Left out some instances in the previous update
+ #
  # Revision 1.6  2005/04/27 17:17:41  oleonard
  # Moving alternating row colors to the template, adding publicationyear and 
itemtype variables




reply via email to

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