From 1cffae75fcb36aea8c9d1b7d11b08bb6c6e6c1ab Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 2 Apr 2014 14:30:03 +0300 Subject: [PATCH] [PASSED QA] Bug 12024 - 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. Signed-off-by: Bernardo Gonzalez Kriegel Works fixing problem. No koha-qa errors. Test: 1. On staff, go to detail of some biblio, click add to List, described behavior 2. With patch applied, origina windows stay on item detail Signed-off-by: Katrin Fischer Confirmed problem in Chromium/Ubuntu. Patch passes all tests and QA script, works as described. --- 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 ) %] - + [% ELSIF ( intranetbookbag ) %] [% END %] -- 1.8.3.2