[Koha-bugs] [Bug 17514] Record details page uses incorrect class "results_summary"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 27 16:34:16 CEST 2016


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

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 56923
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=56923&action=edit
Bug 17514 - Record details page uses incorrect class "results_summary"

The record details page re-uses the class results_summary which is
semantically incorrect and causes unwanted interactions with the styling
of the actual results page which also uses the results_summary class. We
should change the instances of the results_summary class to
details_summary on this page.

Test Plan:
1) Apply this patch
2) Browse to the record details for a bib
3) View the html, note that no elements have the class results_summary,
   instead, you should see the class details_summary

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


More information about the Koha-bugs mailing list