Bug 2889: template aqbasketusersearch add loop.odd

To Test
1/ In Acquisitions > Create a test Budget
2/ In the Budget > Create at least three Test Funds
3/ Create at least three Users who use the fund
4/ Select Search for Basket User
5/ In the Table results list see the list of users and see the alternate table highlighting

6/ Apply the patch
7/ Refresh the Search for Basket User results window
8/ In the Table results list see the list of users and see the alternate table highlighting in place
9/ Bug fixed

Signed-off-by: Nick Clemens <nick@quecheelibrary.org>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
Karl Menzies 2014-07-25 15:59:29 +12:00 committed by Tomas Cohen Arazi
parent ca17512a8e
commit 97fa2c032e

View file

@ -56,7 +56,7 @@
</thead>
<tbody>
[% FOREACH user IN users_loop %]
[% IF ( user.toggle ) %]
[% IF ( loop.odd ) %]
<tr>
[% ELSE %]
<tr class="highlight">