From 4e5caebf0e17e76afcf999bd134b6e0417012560 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 --- .../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 7b4fee60d5..cbc7326deb 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 @@ -916,7 +916,7 @@ [% IF ( execute ) %] [% UNLESS ( errors ) %] -
+ [% # Preserve the whitespace of the following textarea in order to format the values correctly %] @@ -925,7 +925,7 @@
-
+ [% # Preserve the whitespace of the following textarea in order to format the values correctly %] @@ -934,7 +934,7 @@
-
+ [% FOREACH result IN results %] [% FOREACH cells IN result.cells %] @@ -949,7 +949,7 @@ [% END %]
-
+ [% FOREACH result IN results %] @@ -965,7 +965,7 @@ [% END %]
-
+ [% FOREACH result IN results %] [% FOREACH cells IN result.cells %] [% place = loop.index %] @@ -979,7 +979,7 @@ [% END %]
-
+ [% # Preserve the whitespace of the following textarea in order to format the values correctly %]