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:
parent
c7b0c35608
commit
68a3b6cd90
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
[% IF ( CAN_user_editcatalogue_edit_items ) %]<th> </th>[% END %]
|
||||
</tr>
|
||||
[% FOREACH resultsloo IN resultsloop %]
|
||||
[% IF ( resultsloo.even ) %]
|
||||
[% IF ( loop.even ) %]
|
||||
<tr class="highlight">
|
||||
[% ELSE %]
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue