From 5dde5f50cec113742f0ff29c9c7d8a0f5bff8987 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 26 Sep 2016 12:37:29 +0200 Subject: [PATCH] Bug 17341: Enhance the report action button on guided_reports.pl 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 --- .../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