From 383aba66cc5a203183fcdde49438ffc7134f1da3 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Wed, 14 May 2014 12:08:07 -0700 Subject: [PATCH] CRM-14115 - adding help block to explain the limit count for dashlets. ---------------------------------------- * CRM-14115: https://issues.civicrm.org/jira/browse/CRM-14115 --- templates/CRM/Report/Form/Instance.tpl | 2 +- templates/CRM/Report/Form/Settings.hlp | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Report/Form/Instance.tpl b/templates/CRM/Report/Form/Instance.tpl index 2745751ba6..301da14aa7 100644 --- a/templates/CRM/Report/Form/Instance.tpl +++ b/templates/CRM/Report/Form/Instance.tpl @@ -100,7 +100,7 @@ - {$form.row_count.label} + {$form.row_count.label} {help id="id-dash_limit" file="CRM/Report/Form/Settings.hlp"} {$form.row_count.html} diff --git a/templates/CRM/Report/Form/Settings.hlp b/templates/CRM/Report/Form/Settings.hlp index 6ab1ded5c7..bad1bec7dd 100644 --- a/templates/CRM/Report/Form/Settings.hlp +++ b/templates/CRM/Report/Form/Settings.hlp @@ -67,6 +67,13 @@

{/htxt} +{htxt id="id-dash_limit-title"} + {ts}Limit Rows per Page in Dashboard{/ts} +{/htxt} +{htxt id="id-dash_limit"} + {ts}The default number of rows per page for most reports is 50. However, this may be too many for a report which is included in the 'Home Dashboard'. You can reduce the number of rows included in each page when the report is part of the Dashboard by entering the desired row count here. Users will still be able to navigate through the full report using a pager.{/ts} +{/htxt} + {htxt id="id-is_reserved-title"} {ts}Reserved{/ts} {/htxt} -- 2.25.1