Add CiviCase option for showing case activities in normal views
[civicrm-core.git] / templates / CRM / Admin / Form / Setting / Case.tpl
CommitLineData
84d4b6a7
TO
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
84d4b6a7 4 | |
1188c7a8
TO
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 |
84d4b6a7
TO
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>
e10aba20
TO
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>
5e5a9099
TO
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>
3e120a63
RLAR
40 <tr class="crm-case-form-block-civicaseShowCaseActivities">
41 <td class="label">{$form.civicaseShowCaseActivities.label}</td>
42 <td>{$form.civicaseShowCaseActivities.html}<br />
43 <span class="description">{$civicaseShowCaseActivities_description}</span>
44 </td>
45 </tr>
84d4b6a7
TO
46 </table>
47 <div class="crm-submit-buttons">{include file="CRM/common/formButtons.tpl" location="bottom"}</div>
84d4b6a7 48</div>