{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {* Help file is currently only used for "New Case" activity. - However, it may be invoked by other special case activities at some point so use $params.activityTypeFile condition when adding help specific to "New Cases". *} {htxt id="id-details-title"} {ts}Details{/ts} {/htxt} {htxt id="id-details"} {if $params.activityTypeFile EQ 'OpenCase'} {else} {ts}Record details about this activity here.{/ts} {/if} {/htxt} {htxt id="id-activity_subject-title"} {ts}Title{/ts} {/htxt} {htxt id="id-activity_subject"} {if $params.activityTypeFile EQ 'OpenCase'} {ts}Provide a one-line summary of what this case is about.{/ts} {/if} {/htxt} {htxt id="id-case_type-title"} {ts}Case Type{/ts} {/htxt} {htxt id="id-case_type"} {if $params.activityTypeFile EQ 'OpenCase'} {ts}Offer the appropriate service from the list. If the service requires coordination, contact the Director.{/ts} {/if} {/htxt}