From f9ca9d4499410c02d4ca8542a6b3ae116821155e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 13 Nov 2015 14:16:04 +0000 Subject: [PATCH] Bug 14915: (follow-up) [FA 4.4] (QA followup) Replace fa-hold with fa-sticky-note-o Reported on bug 15186. Test plan: Do a search on the staff interface You will get an error in the console and the image + checkboxes are not display. With this patch it will be fixed. --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt index db1480f..8f369ba 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -227,7 +227,7 @@ function placeHold () { function forgetPatron(){ $.removeCookie("holdfor", { path: '/' }); $(".holdforlink").remove(); - $("#placeholdc").html(" "+_("Place hold")+""); + $("#placeholdc").html(" "+_("Place hold")+""); } function addToList () { -- 2.1.0