CRM-14115 - adding help block to explain the limit count for dashlets.
authorDave Greenberg <dave@civicrm.org>
Wed, 14 May 2014 19:08:07 +0000 (12:08 -0700)
committerDave Greenberg <dave@civicrm.org>
Wed, 14 May 2014 19:08:07 +0000 (12:08 -0700)
----------------------------------------
* CRM-14115:
  https://issues.civicrm.org/jira/browse/CRM-14115

templates/CRM/Report/Form/Instance.tpl
templates/CRM/Report/Form/Settings.hlp

index 2745751ba69c5f241e1f776409980dd2b5ab7049..301da14aa769df9baebcf72047676aa7672f9eff 100644 (file)
       </td>
     </tr>
     <tr id ="limit_result" class="crm-report-instanceForm-form-block-limitUser">
-      <td class="report-label">{$form.row_count.label}</td>
+      <td class="report-label">{$form.row_count.label} {help id="id-dash_limit" file="CRM/Report/Form/Settings.hlp"}</td>
       <td>{$form.row_count.html}</td>
     </tr>
 </table>
index 6ab1ded5c737370346280ce08ea527cf83c2920d..bad1bec7dd4a4fdb8110bd1143389c3345857847 100644 (file)
 </p>
 {/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}