[Koha-bugs] [Bug 30973] Serials search wrong body id

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 16 10:00:07 CEST 2022


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

--- Comment #1 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Created attachment 136125
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136125&action=edit
Bug 30973: Serials search fix body id

The serials search page serials/serials-search.pl has HTML body id :
  <body id="ser_serials-home" class="ser">
It is the same as serials home page.

This patch replaces with id="ser_serials-search"

Test plan :
1) Go to Serials > Advanced search
2) Look at HTML code
3) Check you see <body id="ser_serials-search" class="ser">

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


More information about the Koha-bugs mailing list