http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=2889
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW --- Comment #9 from Owen Leonard <[email protected]> --- This bug is still valid. I see many instances with something like this: [% IF ( user.toggle ) %] <tr> [% ELSE %] <tr class="highlight"> [% END %] These can be converted to use [% IF ( loop.odd ) %] (which is already used in many places in the templates) or eliminated because the table is being manipulated by the DataTables plugin. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
