From b89d10746ca10a24c259e693e91689ba64a0ffe4 Mon Sep 17 00:00:00 2001 From: priyankakaran26 Date: Thu, 4 Sep 2014 12:32:11 +0100 Subject: [PATCH] recurring form template --- templates/CRM/Core/Form/RecurringEntity.tpl | 415 ++++++++++++++++++++ 1 file changed, 415 insertions(+) create mode 100644 templates/CRM/Core/Form/RecurringEntity.tpl diff --git a/templates/CRM/Core/Form/RecurringEntity.tpl b/templates/CRM/Core/Form/RecurringEntity.tpl new file mode 100644 index 0000000000..68f5b3d28f --- /dev/null +++ b/templates/CRM/Core/Form/RecurringEntity.tpl @@ -0,0 +1,415 @@ +{* + +--------------------------------------------------------------------+ + | CiviCRM version 4.4 | + +--------------------------------------------------------------------+ + | Copyright CiviCRM LLC (c) 2004-2013 | + +--------------------------------------------------------------------+ + | 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 | + +--------------------------------------------------------------------+ +*} + +
+
Repeat Configuration
+
+
+ {include file="CRM/common/formButtons.tpl" location="top"} +
+ + + + + + + + + + + + + + + + + + + + + + + + {* + + + *} + + + + + + + + + + + + + + + + +
{$form.repetition_frequency_unit.label}{$form.repetition_frequency_unit.html} {help id="id-repeats"}
{$form.repetition_frequency_interval.label}{$form.repetition_frequency_interval.html}  hour(s) {help id="id-repeats-every"}
+ + + {$form.start_action_condition.html} {help id="id-repeats-on"}
{$form.repeats_by.label}{$form.repeats_by.1.html}  {$form.limit_to.html} {help id="id-repeats-by-month"} +
{$form.repeats_by.2.html}  {$form.start_action_date_1.html}  {$form.start_action_date_2.html} {help id="id-repeats-by-week"} +
{$form.repeat_event_start_date.label}{include file="CRM/common/jcalendar.tpl" elementName=repeat_event_start_date}
{$form.ends.label}{$form.ends.1.html} {$form.start_action_offset.html} occurrences{help id="id-ends-after"}
{$form.ends.2.html} {include file="CRM/common/jcalendar.tpl" elementName=repeat_absolute_date} {help id="id-ends-on"} +
{$form.exclude_date.label} {include file="CRM/common/jcalendar.tpl" elementName=exclude_date} +  {$form.add_to_exclude_list.html} {$form.remove_from_exclude_list.html} + {$form.exclude_date_list.html} {help id="id-exclude-date"} +
Summary:
+
+ {include file="CRM/common/formButtons.tpl" location="bottom"} +
+
+
+ + +{literal} + + +{/literal} \ No newline at end of file -- 2.25.1