https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14039 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #16 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi David, I think you can fix it easily - just make the id a class. If you have multiple elements with the same id on a page, this will cause problems, for example you will not be able to target them with jQuery in my experience. So Jonathan is right that we might want to be careful here. class attributes can appear many times and will work nicely here to be on the safe side. -- You are receiving this mail because: You are watching all bug changes.