From f2c1d90db04a08a635468c90df27933a7414d9f4 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 20 Sep 2019 06:50:05 -0400 Subject: [PATCH] Bug 23626: Move message to relavent chart control As it stands, this limit message makes it sounds like the chart data is limited where it clearly is not. Instead, we should show the limit on the 'use all data' checkbox. As it stands, you could actual have more results data in the chart than the system preference allows by only using the displayed results! I think this is a benefit and not a problem, since we are not refetching those data to generate the chart. Instead, we need just move the 'warning' to make it clear when the syspref limit will be used and relevant. Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc | 7 ++++++- .../prog/en/modules/reports/guided_reports_start.tt | 1 - 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc index cb1f6d3b55..d092b6954e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc @@ -1,3 +1,4 @@ +[% USE Koha %]