https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30973
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #136138|0 |1 is obsolete| | --- Comment #4 from David Nind <[email protected]> --- Created attachment 136144 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=136144&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"> Signed-off-by: Martin Renvoize <[email protected]> Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
