From 6b676c0ebc8d6d965ed7890354ba62deae0656fc 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 Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a40bd8d05d5d0dc5e789788808f05ce1697e6226) Signed-off-by: Matt Blenkinsop --- .../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 ca526b0723..21367317cd 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 @@ -915,7 +915,7 @@ [% IF ( execute ) %] [% UNLESS ( errors ) %] -
+ [% # Preserve the whitespace of the following textarea in order to format the values correctly %] @@ -924,7 +924,7 @@
-
+ [% # Preserve the whitespace of the following textarea in order to format the values correctly %] @@ -933,7 +933,7 @@
-
+ [% FOREACH result IN results %] [% FOREACH cells IN result.cells %] @@ -948,7 +948,7 @@ [% END %]
-
+ [% FOREACH result IN results %] @@ -964,7 +964,7 @@ [% END %]
-
+ [% FOREACH result IN results %] [% FOREACH cells IN result.cells %] [% place = loop.index %] @@ -978,7 +978,7 @@ [% END %]
-
+ [% # Preserve the whitespace of the following textarea in order to format the values correctly %]