https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27546
--- Comment #25 from Fridolin Somers <[email protected]> --- 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. _______________________________________________ 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/
