[Koha] Change "Place Hold" to "Request Item"

Chad Roseburg croseburg at ncrl.org
Sat Jul 23 08:19:41 NZST 2016


I found the following jQuery in the Koha library for changing the text for
"Place hold":

$(document).ready(function(){
    var holdlinks = $("a:contains('Place Hold'),a:contains('Place hold')");
    $(holdlinks).text("Request Item");
});

$(window).load(function(){
    $("input[value='Place Hold']").attr("value","Request Item");
});

It misses some instances like the at the top of the results page. Does
anyone have
code for this? We're on 3.18. Wonder if this is a case issue

Thank you!


-- 
Chad Roseburg
Asst. Director / IT
Automation Dept.
North Central Regional Library


More information about the Koha mailing list