From 3d51350376960726f1b99915949f1feb9015bc69 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen 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 ) %] [% ELSIF ( virtualshelves ) %] -
Add to list
+
Add to list
[% ELSIF ( intranetbookbag ) %]
Add to cart
[% END %] -- 1.8.3.2