CRM-20816 - Add more help text
authorTim Otten <totten@civicrm.org>
Tue, 4 Jul 2017 22:48:15 +0000 (15:48 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 4 Jul 2017 22:48:15 +0000 (15:48 -0700)
settings/Case.setting.php
templates/CRM/Admin/Form/Setting/Case.tpl

index c831a0a0e015695c91f70ef2c1f97ccd3194e71a..aa0c011747921072fbdd26a257183fe173bd2ca4 100644 (file)
@@ -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' => '',
   ),
 );
index 83e05e9f6aa7895035d4ce49b5d968437d5a38bb..e8e81dc6f255030df56036c8bac9fa6cb0b36f7a 100644 (file)
      <tr class="crm-case-form-block-civicaseRedactActivityEmail">
        <td class="label">{$form.civicaseRedactActivityEmail.label}</td>
        <td>{$form.civicaseRedactActivityEmail.html}<br />
-         {*<span class="description">{ts}...{/ts}</span>*}
+         <span class="description">{ts}Should activity emails be redacted?{/ts} {ts}(Set "Auto" to load setting from the legacy "Settings.xml" file.){/ts}</span>
        </td>
      </tr>
      <tr class="crm-case-form-block-civicaseAllowMultipleCaseClients">
        <td class="label">{$form.civicaseAllowMultipleCaseClients.label}</td>
        <td>{$form.civicaseAllowMultipleCaseClients.html}<br />
-         {*<span class="description">{ts}...{/ts}</span>*}
+         <span class="description">{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}</span>
        </td>
      </tr>
       <tr class="crm-case-form-block-civicaseNaturalActivityTypeSort">
           <td class="label">{$form.civicaseNaturalActivityTypeSort.label}</td>
           <td>{$form.civicaseNaturalActivityTypeSort.html}<br />
-            {*<span class="description">{ts}...{/ts}</span>*}
+            <span class="description">{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}</span>
           </td>
       </tr>
   </table>