{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* This template is used for adding/scheduling reminders. *}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
{ts 1=$reminderName}WARNING: You are about to delete the Reminder titled %1.{/ts} {ts}Do you want to continue?{/ts}
{else} {if $multilingual} {/if}
{$form.title.label}{$form.title.html}
{$form.entity.label} {$form.entity.html}
{$form.start_action_offset.label} {$form.absolute_date.html} OR
{$form.start_action_offset.html}   {$form.start_action_unit.html}   {$form.start_action_condition.html}   {$form.start_action_date.html}
{$form.record_activity.label} {$form.record_activity.html}
{$form.is_repeat.label} {$form.is_repeat.html}  {ts}Enable repetition.{/ts}
{$form.repetition_frequency_interval.label} *  {$form.repetition_frequency_interval.html} {$form.repetition_frequency_unit.html}
{$form.end_frequency_interval.label} *  {$form.end_frequency_interval.html} {$form.end_frequency_unit.html}   {$form.end_action.html}   {$form.end_date.html}
{$form.from_name.label} {$form.from_name.html}  {help id="id-from_name_email"}
{$form.from_email.label} {$form.from_email.html}  
{$form.recipient.label}{$form.limit_to.html} {help id="limit_to" class="limit_to" title=$form.recipient.label}{$form.recipient.html} {help id="recipient" class="recipient" title=$recipientLabels.activity}
{$form.recipient_listing.label}{$form.recipient_listing.html}
{$form.recipient_manual_id.label} {$form.recipient_manual_id.html}{edit}
{ts}You can manually send out the reminders to these recipients.{/ts}
{/edit}
{$form.group_id.label} {$form.group_id.html}
{$form.mode.label} {$form.mode.html}
{$form.filter_contact_language.label} {$form.filter_contact_language.html} {help id="filter_contact_language"}
{$form.communication_language.label} {$form.communication_language.html} {help id="communication_language"}
{$form.is_active.html} {$form.is_active.label}
{ts}Email Screen{/ts}
{$form.template.label} {$form.template.html}
{$form.subject.label} {$form.subject.html}
{include file="CRM/Contact/Form/Task/EmailCommon.tpl" upload=1 noAttach=1}
{if $sms}
{ts}SMS Screen{/ts}
{$form.sms_provider_id.label} {$form.sms_provider_id.html}
{$form.SMStemplate.label} {$form.SMStemplate.html}
{include file="CRM/Contact/Form/Task/SMSCommon.tpl" upload=1 noAttach=1}
{/if} {include file="CRM/common/showHideByFieldValue.tpl" trigger_field_id = "is_repeat" trigger_value = "true" target_element_id = "repeatFields" target_element_type = "table-row" field_type = "radio" invert = "false" } {include file="CRM/common/showHideByFieldValue.tpl" trigger_field_id ="recipient" trigger_value = 'manual' target_element_id ="recipientManual" target_element_type ="table-row" field_type ="select" invert = 0 } {include file="CRM/common/showHideByFieldValue.tpl" trigger_field_id ="recipient" trigger_value = 'group' target_element_id ="recipientGroup" target_element_type ="table-row" field_type ="select" invert = 0 } {literal} {/literal} {/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}