Bugzilla – Attachment 15944 Details for
Bug 9456
Add callnumber column to the cart
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9456 - Add callnumber column to the cart - add tooltip
Bug-9456---Add-callnumber-column-to-the-cart---add.patch (text/plain), 1.35 KB, created by
Kyle M Hall (khall)
on 2013-03-07 16:45:57 UTC
(
hide
)
Description:
Bug 9456 - Add callnumber column to the cart - add tooltip
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-03-07 16:45:57 UTC
Size:
1.35 KB
patch
obsolete
>From 1736bcbd8ad3667c2b140b7f2242ed1127ada674 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 7 Mar 2013 10:49:53 -0500 >Subject: [PATCH] Bug 9456 - Add callnumber column to the cart - add tooltip > >--- > .../intranet-tmpl/prog/en/modules/basket/basket.tt | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >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 90269db..26a0a4f 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 ) %]<th> </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 %] >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9456
:
14779
|
14780
|
14782
|
14783
|
14861
|
14903
|
14904
|
15542
|
15544
|
15727
|
15728
|
15759
|
15760
|
15813
|
15844
|
15845
|
15846
|
15847
|
15848
|
15937
|
15938
|
15941
|
15943
|
15944
|
15949
|
15950
|
16630
|
16631
|
16734
|
17994
|
17995
|
17996
|
17997
|
19123
|
19124
|
19125
|
19126
|
19146
|
19844
|
19845
|
19846
|
19847
|
19848
|
19849
|
20341
|
20385
|
20386
|
20387
|
20388
|
20389
|
20390