Update version in comments
[civicrm-core.git] / templates / CRM / Case / Form / Case.hlp
1 {*
2 +--------------------------------------------------------------------+
3 | CiviCRM version 4.6 |
4 +--------------------------------------------------------------------+
5 | Copyright CiviCRM LLC (c) 2004-2013 |
6 +--------------------------------------------------------------------+
7 | This file is a part of CiviCRM. |
8 | |
9 | CiviCRM is free software; you can copy, modify, and distribute it |
10 | under the terms of the GNU Affero General Public License |
11 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
12 | |
13 | CiviCRM is distributed in the hope that it will be useful, but |
14 | WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
16 | See the GNU Affero General Public License for more details. |
17 | |
18 | You should have received a copy of the GNU Affero General Public |
19 | License and the CiviCRM Licensing Exception along |
20 | with this program; if not, contact CiviCRM LLC |
21 | at info[AT]civicrm[DOT]org. If you have questions about the |
22 | GNU Affero General Public License or the licensing of CiviCRM, |
23 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
24 +--------------------------------------------------------------------+
25 *}
26 {* Help file is currently only used for "New Case" activity.
27 - However, it may be invoked by other special case activities at some point so use $params.activityTypeFile condition
28 when adding help specific to "New Cases". *}
29
30
31 {htxt id="id-details-title"}
32 {ts}Details{/ts}
33 {/htxt}
34 {htxt id="id-details"}
35 {if $params.activityTypeFile EQ 'OpenCase'}
36 <ul>
37 <li>{ts}Introduce yourself and your role within our organization.{/ts}</li>
38 <li>{ts}&quot;All of the information that you provide to us or any of our representatives and service providers will be held in strictest confidence. It will not be used for any purpose other than to help you, and for any other purpose that you authorize in writing, or which is required by law.&quot;{/ts}</li>
39 <li>{ts}&quot;Please tell me what you would like to discuss.&quot;{/ts}</li>
40 <li>{ts}Reflect client's story back to them.{/ts}</li>
41 <li>{ts}Guess client's feelings and needs.{/ts}</li>
42 <li>{ts}&quot;May I now ask you some screening questions?&quot;{/ts}</li>
43 </ul>
44 {else}
45 {ts}Record details about this activity here.{/ts}
46 {/if}
47 {/htxt}
48
49 {htxt id="id-activity_subject-title"}
50 {ts}Title{/ts}
51 {/htxt}
52 {htxt id="id-activity_subject"}
53 {if $params.activityTypeFile EQ 'OpenCase'}
54 {ts}Provide a one-line summary of what this case is about.{/ts}
55 {/if}
56 {/htxt}
57
58 {htxt id="id-case_type-title"}
59 {ts}Case Type{/ts}
60 {/htxt}
61 {htxt id="id-case_type"}
62 {if $params.activityTypeFile EQ 'OpenCase'}
63 {ts}Offer the appropriate service from the list. If the service requires coordination, contact the Director.{/ts}
64 {/if}
65 {/htxt}