Bug 9456: (follow-up) add tooltip
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 7 Mar 2013 15:49:53 +0000 (10:49 -0500)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 31 Oct 2013 05:51:15 +0000 (05:51 +0000)
Signed-off-by: Cedric Vita <cedric.vita@dracenie.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt

index 0b6c89a..b2fecc7 100644 (file)
@@ -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 ) %]<th>&nbsp;</th>[% END %]
            <th>Title</th>
         <th>Item type</th>
-        <th>Items</th>
+        <th><a id="items-popover" href="#" data-trigger="hover" data-toggle="popover" data-placement="top" title="Item sorting" data-content="Items are sorted by the highest or lowest callnumber in a group of items respectively.">Items</a></th>
         </tr></thead>
 
         [% FOREACH BIBLIO_RESULT IN BIBLIO_RESULTS %]