[Koha-bugs] [Bug 27546] Add option to search within results on the staff client

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 5 23:48:29 CEST 2022


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

--- Comment #25 from Fridolin Somers <fridolin.somers at biblibre.com> ---
Arf we have a problem with #idx in actual code :
In koha-tmpl/intranet-tmpl/prog/en/includes/search_indexes.inc there is :
  <select class="advsearch" name="idx" id="idx">
But this include is used several times, so there are several id="idx".
We should remove this id.

So this patch should use select[name="idx"] I propose

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


More information about the Koha-bugs mailing list