From 74e08d067d103eba9e9e313da3428ba0082d242d Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 12 May 2023 18:06:57 +0000 Subject: [PATCH] Bug 33713: Make batch operations from report results open in new tab To test: 1. Have some reports that can do the following batch operations: -Batch patron mod -Batch item deletion -Batch add to list -Batch item mod -Batch record delection -Batch record mod 2. Run the report ann click 'Batch operations with X visible records', make sure each batch op opens in a new tab. These two simple reports should allow you to test each of the batch cases: select * from items limit 1 select * from borrowers limit 1 Signed-off-by: Andrew Fuerste-Henry --- .../prog/en/modules/reports/guided_reports_start.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt index 363890a229..af19636d5e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -937,7 +937,7 @@ [% IF ( execute ) %] [% UNLESS ( errors ) %] -
+ [% # Preserve the whitespace of the following textarea in order to format the values correctly %] @@ -946,7 +946,7 @@
-
+ [% # Preserve the whitespace of the following textarea in order to format the values correctly %] @@ -955,7 +955,7 @@
-
+ [% FOREACH result IN results %] [% FOREACH cells IN result.cells %] @@ -970,7 +970,7 @@ [% END %]
-
+ [% FOREACH result IN results %] @@ -986,7 +986,7 @@ [% END %]
-
+ [% FOREACH result IN results %] [% FOREACH cells IN result.cells %] [% place = loop.index %] @@ -1000,7 +1000,7 @@ [% END %]
-
+ [% # Preserve the whitespace of the following textarea in order to format the values correctly %]