From b5ae30cd6376ded9c7e63f0e3fcc34d043640e0e Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Wed, 2 Apr 2014 14:30:03 +0300 Subject: [PATCH] Bug 12024: fix add to list opening 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. This patch corrects this behavior, which has been observed in Chromium on Ubuntu and Chrome on Windows. 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, original windows stay on item detail Signed-off-by: Katrin Fischer Patch passes all tests and QA script, works as described. Signed-off-by: Galen Charlton --- 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 12a4ad0c2f..ff5d4bb6c2 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 %] -- 2.39.5