commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / CRM / Case / xml / configuration.sample / Settings.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Settings>
3 <!-- List the group whose members should appear as contacts on all Manage Case screens.
4 Only one group name is supported for now.
5 It needs to match the name column in the civicrm_group table (not the title), so avoid using space characters. -->
6 <group name="Case_Resources" />
7 <!-- Set this to 1 if you want case activity emails to be redacted -->
8 <RedactActivityEmail>0</RedactActivityEmail>
9 <!-- Set this to 1 if you want to allow multiple clients to be associated with a single case -->
10 <AllowMultipleCaseClients>0</AllowMultipleCaseClients>
11 <!-- Set this to 1 if you want to have activity types on Manage Case
12 screen sorted in XML file order, default is alphabetical -->
13 <NaturalActivityTypeSort>0</NaturalActivityTypeSort>
14 <!-- Add activity types which should NOT be editable here with editable = 0 -->
15 <ActivityTypes>
16 <ActivityType>
17 <name>Change Case Status</name>
18 <editable>0</editable>
19 </ActivityType>
20 <ActivityType>
21 <name>Change Case Start Date</name>
22 <editable>0</editable>
23 </ActivityType>
24 </ActivityTypes>
25 </Settings>