{* +--------------------------------------------------------------------+ | CiviCRM version 4.4 | +--------------------------------------------------------------------+ | Copyright (C) 2011 Marty Wright | | Licensed to CiviCRM under the Academic Free License version 3.0. | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | | CiviCRM is free software; you can copy, modify, and distribute it | | under the terms of the GNU Affero General Public License | | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. | | | | CiviCRM is distributed in the hope that it will be useful, but | | WITHOUT ANY WARRANTY; without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | See the GNU Affero General Public License for more details. | | | | You should have received a copy of the GNU Affero General Public | | License and the CiviCRM Licensing Exception along | | with this program; if not, contact CiviCRM LLC | | at info[AT]civicrm[DOT]org. If you have questions about the | | GNU Affero General Public License or the licensing of CiviCRM, | | see the CiviCRM license FAQ at http://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} {* added onload javascript for source contact*} {literal} {/literal}
{$form.title.label}{$form.title.html}
{$form.entity.label} {$form.entity.html}
{$form.start_action_offset.label} {include file="CRM/common/jcalendar.tpl" elementName=absolute_date} {ts}OR{/ts}
{$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.recipient.label}{$form.limit_to.html}  {$form.recipient.html}  {help id="recipient" title=$form.recipient.label}
{$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.sms_provider_id.label} {$form.sms_provider_id.html}
{$title}
{$form.is_active.html} {$form.is_active.label}
{$form.template.label} {$form.template.html}
{$form.subject.label} {$form.subject.html}
{include file="CRM/Contact/Form/Task/EmailCommon.tpl" upload=1 noAttach=1}
{include file="CRM/Contact/Form/Task/SMSCommon.tpl" upload=1 noAttach=1}
{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"}