[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/admin z3950servers.pl,1.9,1.9.2.1
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/admin z3950servers.pl,1.9,1.9.2.1 |
Date: |
Wed, 20 Apr 2005 13:14:01 -0700 |
Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25916/admin
Modified Files:
Tag: rel_2_2
z3950servers.pl
Log Message:
Moving alternating table row colors to the template
Index: z3950servers.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/z3950servers.pl,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -r1.9 -r1.9.2.1
*** z3950servers.pl 12 Jan 2004 16:55:06 -0000 1.9
--- z3950servers.pl 20 Apr 2005 20:13:58 -0000 1.9.2.1
***************
*** 164,168 ****
my ($count,$results)=StringSearch($env,$searchfield,'web');
my @loop;
! my $toggle = 'white';
for (my $i=$offset; $i <
($offset+$pagesize<$count?$offset+$pagesize:$count); $i++){
--- 164,168 ----
my ($count,$results)=StringSearch($env,$searchfield,'web');
my @loop;
! my $toggle = 0;
for (my $i=$offset; $i <
($offset+$pagesize<$count?$offset+$pagesize:$count); $i++){
***************
*** 181,191 ****
push @loop, \%row;
! if ( $toggle eq 'white' )
{
! $toggle = '#ffffcc';
}
else
{
! $toggle = 'white';
}
--- 181,191 ----
push @loop, \%row;
! if ( $toggle eq 0 )
{
! $toggle = 1;
}
else
{
! $toggle = 0;
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/admin z3950servers.pl,1.9,1.9.2.1,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters aqbookfund.tmpl,1.2.2.1,1.2.2.2 aqbudget.tmpl,1.2.2.1,1.2.2.2 printers.tmpl,1.2.2.1,1.2.2.2
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters z3950servers.tmpl,1.16,1.16.2.1
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters aqbookfund.tmpl,1.2.2.1,1.2.2.2 aqbudget.tmpl,1.2.2.1,1.2.2.2 printers.tmpl,1.2.2.1,1.2.2.2
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/parameters z3950servers.tmpl,1.16,1.16.2.1
- Index(es):