From 875c8096302605232e5c17993e448d52459215cf Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 4 Feb 2012 12:39:12 -0500 Subject: [PATCH] Bug 7501: OPAC auth browser should have alternating colors Content-Type: text/plain; charset="UTF-8" Test plan: 1. Access authority browser in OPAC. Note that all rows have the same background color. 2. Apply patch, notice that colors now alternate. --- .../en/modules/opac-authoritiessearchresultlist.tt | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt index 1b57410..6638826 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-authoritiessearchresultlist.tt @@ -47,7 +47,11 @@ Full Heading [% FOREACH resul IN result %] - + [% UNLESS ( loop.odd ) %] + + [% ELSE %] + + [% END %] [% resul.summary %] -- 1.7.2.5