Bug 7501: OPAC auth browser should have alternating colors

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.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Jared Camins-Esakov 2012-02-04 12:39:12 -05:00 committed by Paul Poulain
parent bca1de8c9a
commit 44fd379dc2

View file

@ -47,7 +47,11 @@
<th>Full Heading</th>
</tr>
[% FOREACH resul IN result %]
<tr>
[% UNLESS ( loop.odd ) %]
<tr class="highlight">
[% ELSE %]
<tr>
[% END %]
<td>[% resul.summary %]</td>
<td>