From c92947ad6fbac82971ce374ed6dbcd20a6ee9d2c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 7 Feb 2017 16:04:23 +0200 Subject: [PATCH] Added help text to the report --- resources/lang/en/texts.php | 1 + resources/views/reports/chart_builder.blade.php | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index ad2aa44c4057..2ea97207da96 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2356,6 +2356,7 @@ $LANG = array( 'template' => 'Template', 'start_of_week_help' => 'Used by the date selector', 'financial_year_start_help' => 'Used by the date range selector', + 'reports_help' => 'Shift + Click to sort by multple columns, Ctrl + Click to clear the grouping.' ); diff --git a/resources/views/reports/chart_builder.blade.php b/resources/views/reports/chart_builder.blade.php index 2baaea5986d7..e524afde2b52 100644 --- a/resources/views/reports/chart_builder.blade.php +++ b/resources/views/reports/chart_builder.blade.php @@ -221,6 +221,11 @@ +
+
+ {{ trans('texts.reports_help') }} +
+