https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30352 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl Severity|normal |major --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- This got worse with the rewrites/changes in the newer versions. The string "Not for loan" is no longer in its own HTML element, so it's not longer a simple search and replace by jQuery as a workaround. It's now much more difficult as it has the library name in the same element. <span class="unavailable_Not for loan"><span class="ItemBranch">Bibliothek X: Not for loan</span> (1). </span> The problem is here: https://git.koha-community.org/Koha-community/Koha/src/branch/master/C4/XSLT... Can please someone help to fix this? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.