From b452be158660c8d2b6d687d8980eb6e846e4f9ef Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 4 Jul 2017 15:48:15 -0700 Subject: [PATCH] CRM-20816 - Add more help text --- settings/Case.setting.php | 6 +++--- templates/CRM/Admin/Form/Setting/Case.tpl | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/settings/Case.setting.php b/settings/Case.setting.php index c831a0a0e0..aa0c011747 100644 --- a/settings/Case.setting.php +++ b/settings/Case.setting.php @@ -55,7 +55,7 @@ return array( 'pseudoconstant' => array( 'callback' => 'CRM_Case_Info::getRedactOptions', ), - 'description' => '', + 'description' => 'Should activity emails be redacted? (Set "Auto" to load setting from the legacy "Settings.xml" file.)', 'help_text' => '', ), 'civicaseAllowMultipleCaseClients' => array( @@ -76,7 +76,7 @@ return array( 'pseudoconstant' => array( 'callback' => 'CRM_Case_Info::getMultiClientOptions', ), - 'description' => '', + 'description' => 'How many clients may be associated with a given case? (Set "Auto" to load setting from the legacy "Settings.xml" file.)', 'help_text' => '', ), 'civicaseNaturalActivityTypeSort' => array( @@ -97,7 +97,7 @@ return array( 'pseudoconstant' => array( 'callback' => 'CRM_Case_Info::getSortOptions', ), - 'description' => '', + 'description' => 'How to sort activity-types on the "Manage Case" screen? (Set "Auto" to load setting from the legacy "Settings.xml" file.)', 'help_text' => '', ), ); diff --git a/templates/CRM/Admin/Form/Setting/Case.tpl b/templates/CRM/Admin/Form/Setting/Case.tpl index 83e05e9f6a..e8e81dc6f2 100644 --- a/templates/CRM/Admin/Form/Setting/Case.tpl +++ b/templates/CRM/Admin/Form/Setting/Case.tpl @@ -32,19 +32,19 @@ {$form.civicaseRedactActivityEmail.label} {$form.civicaseRedactActivityEmail.html}
- {*{ts}...{/ts}*} + {ts}Should activity emails be redacted?{/ts} {ts}(Set "Auto" to load setting from the legacy "Settings.xml" file.){/ts} {$form.civicaseAllowMultipleCaseClients.label} {$form.civicaseAllowMultipleCaseClients.html}
- {*{ts}...{/ts}*} + {ts}How many clients may be associated with a given case?{/ts} {ts}(Set "Auto" to load setting from the legacy "Settings.xml" file.){/ts} {$form.civicaseNaturalActivityTypeSort.label} {$form.civicaseNaturalActivityTypeSort.html}
- {*{ts}...{/ts}*} + {ts}How to sort activity-types on the "Manage Case" screen? {/ts} {ts}(Set "Auto" to load setting from the legacy "Settings.xml" file.){/ts} -- 2.25.1