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:
parent
ca17512a8e
commit
97fa2c032e
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
</thead>
|
||||
<tbody>
|
||||
[% FOREACH user IN users_loop %]
|
||||
[% IF ( user.toggle ) %]
|
||||
[% IF ( loop.odd ) %]
|
||||
<tr>
|
||||
[% ELSE %]
|
||||
<tr class="highlight">
|
||||
|
|
Loading…
Reference in a new issue