From 4beabac5f85de5ebecf4b8bdc96be1aa8ccdd4be Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Tue, 26 Nov 2024 15:56:54 +0000 Subject: [PATCH] Bug 38537: Add target to open the form in a new tab To test: 1) Navigate to an item. 2) In the top toolbar click on "Edit" and then the "Edit items in a batch" button. Notice that the new page opens within the same tab. 3) Apply the patch. restart_all 4) Retry steps 1 & 2. This time notice that the new page opens within a new tab. 5) Sign off and have a spectacular day. Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 36d924b952..56aa1dcbc0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc @@ -66,7 +66,7 @@ [% IF ( CAN_user_tools_items_batchmod ) %] [% IF ( count ) %]
  • -
    + [% INCLUDE 'csrf-token.inc' %] -- 2.39.5