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:
parent
bca1de8c9a
commit
44fd379dc2
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue