28 Oct
2022
28 Oct
'22
9:43 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32008 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- You can paste this in your OpacUserJs system preference: $( document ).ready(function() { $("html[lang='de-DE'] .notforloandesc:contains('Not for loan')").text('Nicht ausleihbar'); }); You can find more examples for the use of jQuery in Koha in the wiki at https://wiki.koha-community.org/wiki/JQuery_Library :) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.