https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32008
--- Comment #5 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ 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/
