'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(
'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(
'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' => '',
),
);
<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>