From bd0ff16c7b55cf5010d51d2f1cdf79025dbda64e Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Thu, 7 Mar 2013 10:49:53 -0500 Subject: [PATCH] Bug 9456 - Add callnumber column to the cart - add tooltip Signed-off-by: Cedric Vita Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt index 0b6c89a..b2fecc7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -67,6 +67,7 @@ function placeHold () { } $(document).ready(function(){ + $("#items-popover").popover(); $("#CheckAll").click(function(){ var checked = []; $("#bookbag_form").checkCheckboxes("*", true).each( @@ -355,7 +356,7 @@ function placeHold () { [% UNLESS ( print_basket ) %] [% END %] Title Item type - Items + Items [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %] -- 1.7.10.4