Merge pull request #16028 from civicrm/5.20
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Case.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 <div class="crm-block crm-form-block crm-case-form-block">
11 {*<div class="help">*}
12 {*{ts}...{/ts} {docURL page="Debugging for developers" resource="wiki"}*}
13 {*</div>*}
14 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="top"}</div>
15 <table class="form-layout">
16 <tr class="crm-case-form-block-civicaseRedactActivityEmail">
17 <td class="label">{$form.civicaseRedactActivityEmail.label}</td>
18 <td>{$form.civicaseRedactActivityEmail.html}<br />
19 <span class="description">{ts}Should activity emails be redacted?{/ts} {ts}(Set "Default" to load setting from the legacy "Settings.xml" file.){/ts}</span>
20 </td>
21 </tr>
22 <tr class="crm-case-form-block-civicaseAllowMultipleClients">
23 <td class="label">{$form.civicaseAllowMultipleClients.label}</td>
24 <td>{$form.civicaseAllowMultipleClients.html}<br />
25 <span class="description">{ts}How many clients may be associated with a given case?{/ts} {ts}(Set "Default" to load setting from the legacy "Settings.xml" file.){/ts}</span>
26 </td>
27 </tr>
28 <tr class="crm-case-form-block-civicaseNaturalActivityTypeSort">
29 <td class="label">{$form.civicaseNaturalActivityTypeSort.label}</td>
30 <td>{$form.civicaseNaturalActivityTypeSort.html}<br />
31 <span class="description">{ts}How to sort activity-types on the "Manage Case" screen? {/ts} {ts}(Set "Default" to load setting from the legacy "Settings.xml" file.){/ts}</span>
32 </td>
33 </tr>
34 <tr class="crm-case-form-block-civicaseActivityRevisions">
35 <td class="label">{$form.civicaseActivityRevisions.label}</td>
36 <td>{$form.civicaseActivityRevisions.html}<br />
37 <span class="description">{ts}Enable embedded tracking to activity revisions within the "civicrm_activity" table. Alternatively, see "Administer => System Settings => Misc => Logging".{/ts}</span>
38 </td>
39 </tr>
40 </table>
41 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
42 </div>