View | Details | Raw Unified | Return to bug 14915
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-2 / +1 lines)
Lines 227-233 function placeHold () { Link Here
227
function forgetPatron(){
227
function forgetPatron(){
228
    $.removeCookie("holdfor", { path: '/' });
228
    $.removeCookie("holdfor", { path: '/' });
229
    $(".holdforlink").remove();
229
    $(".holdforlink").remove();
230
    $("#placeholdc").html("<a class=\"btn btn-mini placehold\" href=\"#\"><i class=\"fa fa-sticky-note-o"\"></i> "+_("Place hold")+"</a>");
230
    $("#placeholdc").html("<a class=\"btn btn-mini placehold\" href=\"#\"><i class=\"fa fa-sticky-note-o\"></i> "+_("Place hold")+"</a>");
231
}
231
}
232
232
233
function addToList () {
233
function addToList () {
234
- 

Return to bug 14915