Bugzilla – Attachment 26756 Details for
Bug 12024
Add to list opens the list adding UI in two windows
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix Add To List in item details
0001-Add-to-list-opens-the-list-adding-UI-in-two-windows.patch (text/plain), 1.81 KB, created by
paxed
on 2014-04-02 11:32:22 UTC
(
hide
)
Description:
Fix Add To List in item details
Filename:
MIME Type:
Creator:
paxed
Created:
2014-04-02 11:32:22 UTC
Size:
1.81 KB
patch
obsolete
>From 3d51350376960726f1b99915949f1feb9015bc69 Mon Sep 17 00:00:00 2001 >From: Pasi Kallinen <pasi.kallinen@pttk.fi> >Date: Wed, 2 Apr 2014 14:30:03 +0300 >Subject: [PATCH] Add to list opens the list adding UI in two windows > >In Item details, when using the menu toolbar for Add To > List, >the list adding UI opens in a popup window, and also in the original >window. The original window should stay showing the item details page. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index 12a4ad0..ff5d4bb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -234,11 +234,11 @@ CAN_user_serials_create_subscription ) %] > <button class="btn btn-small dropdown-toggle" data-toggle="dropdown">Add to <span class="caret"></span></button> > <ul class="dropdown-menu"> > <li><a href="#" id="addtocart">Cart</a></li> >- <li><a id="addtoshelf" href="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl?biblionumber=[% biblionumber %]">List</a></li> >+ <li><a href="#" id="addtoshelf">List</a></li> > </ul> > </div> > [% ELSIF ( virtualshelves ) %] >- <div class="btn-group"><a id="addtoshelf" class="btn btn-small" href="/cgi-bin/koha/virtualshelves/addbybiblionumber.pl?biblionumber=[% biblionumber %]"><i class="icon-list"></i> Add to list</a> </div> >+ <div class="btn-group"><a id="addtoshelf" class="btn btn-small"><i class="icon-list"></i> Add to list</a> </div> > [% ELSIF ( intranetbookbag ) %] > <div class="btn-group"><a id="addtocart" class="btn btn-small"><i class="icon-shopping-cart"></i> Add to cart</a> </div> > [% END %] >-- >1.8.3.2 >
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 12024
:
26756
|
26835
|
26845