Bug 6527 - Table striping not working on cataloguing search

Resolves TT issue causing the results list in cataloguing search (addbooks.pl) to not be
striped.

To test:
More -> Cataloging
do a search

Without patch:
results will not alternate striping as originally intended.

With patch:
Results will be alternating white/grey.

Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
This commit is contained in:
Liz Rea 2011-06-23 09:49:19 -05:00 committed by Chris Cormack
parent c7b0c35608
commit 68a3b6cd90

View file

@ -41,7 +41,7 @@
[% IF ( CAN_user_editcatalogue_edit_items ) %]<th>&nbsp;</th>[% END %]
</tr>
[% FOREACH resultsloo IN resultsloop %]
[% IF ( resultsloo.even ) %]
[% IF ( loop.even ) %]
<tr class="highlight">
[% ELSE %]
<tr>