[Koha-bugs] [Bug 15927] New: Remove use of <tr class="highlight"> for alternating row colors.

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 26 18:15:43 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15927

            Bug ID: 15927
           Summary: Remove use of <tr class="highlight"> for alternating
                    row colors.
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Templates
          Assignee: oleonard at myacpl.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at bugs.koha-community.org

As a follow-up to the changes made in Bug 2889 we should clean up template
which have markup like this:

[% IF ( books_loo.toggle ) %]
    <tr class="highlight">
[% ELSE %]
    <tr>
[% END %]

...with the goal of being able to remove the "highlight" class from
staff-global.css or re-purpose it for a more specific highlighting task.

staff-global.css line 267, "tbody tr:nth-child(odd) td" should eliminate the
need for the highlight class.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list