From 49b1e14a08c4ddc132e0e8d4e1ef8e4108235856 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 26 Sep 2016 12:37:29 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 17341: Enhance the report action button on guided_reports.pl Content-Type: text/plain; charset="utf-8" Test plan: 1) Apply the patch 2) Go to saved reports page 3) In the most right column of table you should see "Run" button with caret button, the first one should run the report, the second one should work asi menu trigger 4) Ensure that all report actions works as before Signed-off-by: Owen Leonard --- .../en/modules/reports/guided_reports_start.tt | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 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 15703ad..b40f64e 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 @@ -364,21 +364,21 @@ canned reports and writing custom SQL reports.

- - Actions - - +
+ Run + + +
-- 2.1.4