From a90a5a4f42b61ce4062a44404f77758ea91a754d Mon Sep 17 00:00:00 2001 From: eileen Date: Thu, 22 Mar 2018 21:13:34 +1300 Subject: [PATCH] [NFC] fix line endings, using windows line endings, change to 'unix --- templates/CRM/Core/Form/RecurringEntity.tpl | 506 ++++++++++---------- 1 file changed, 253 insertions(+), 253 deletions(-) diff --git a/templates/CRM/Core/Form/RecurringEntity.tpl b/templates/CRM/Core/Form/RecurringEntity.tpl index f228664995..d697566ad8 100644 --- a/templates/CRM/Core/Form/RecurringEntity.tpl +++ b/templates/CRM/Core/Form/RecurringEntity.tpl @@ -1,253 +1,253 @@ -{* - +--------------------------------------------------------------------+ - | CiviCRM version 4.7 | - +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2018 | - +--------------------------------------------------------------------+ - | 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 | - +--------------------------------------------------------------------+ -*} - -
-
- {ts 1=$recurringEntityType}Repeat %1{/ts} -
-
- {if !$recurringFormIsEmbedded} -
- {include file="CRM/common/formButtons.tpl" location="top"} -
- {/if} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{$form.repetition_start_date.label}{include file="CRM/common/jcalendar.tpl" elementName=repetition_start_date}
{$form.repetition_frequency_unit.label} * {help id="id-repeats" entityType=$recurringEntityType file="CRM/Core/Form/RecurringEntity.hlp"}{$form.repetition_frequency_interval.html} {$form.repetition_frequency_unit.html}
- - - {$form.start_action_condition.html} -
{$form.repeats_by.label} {help id="id-repeats-by-month" entityType=$recurringEntityType file="CRM/Core/Form/RecurringEntity.hlp"}{$form.repeats_by.1.html}  {$form.limit_to.html} -
{help id="id-repeats-by-week" entityType=$recurringEntityType file="CRM/Core/Form/RecurringEntity.hlp"}{$form.repeats_by.2.html}  {$form.entity_status_1.html}  {$form.entity_status_2.html} -
{$form.ends.label} * {help id="id-ends-after" entityType=$recurringEntityType file="CRM/Core/Form/RecurringEntity.hlp"}{$form.ends.1.html} {$form.start_action_offset.html} {ts}occurrences{/ts}
{help id="id-ends-on" entityType=$recurringEntityType file="CRM/Core/Form/RecurringEntity.hlp"}{$form.ends.2.html} {include file="CRM/common/jcalendar.tpl" elementName=repeat_absolute_date} -
{$form.exclude_date_list.label} {help id="id-exclude-date" entityType=$recurringEntityType file="CRM/Core/Form/RecurringEntity.hlp"}{$form.exclude_date_list.html}
- {if !$recurringFormIsEmbedded} -
- {include file="CRM/common/formButtons.tpl" location="bottom"} -
- {/if} -
-
-{literal} - -{/literal} +{* + +--------------------------------------------------------------------+ + | CiviCRM version 4.7 | + +--------------------------------------------------------------------+ + | Copyright CiviCRM LLC (c) 2004-2018 | + +--------------------------------------------------------------------+ + | 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 | + +--------------------------------------------------------------------+ +*} + +
+
+ {ts 1=$recurringEntityType}Repeat %1{/ts} +
+
+ {if !$recurringFormIsEmbedded} +
+ {include file="CRM/common/formButtons.tpl" location="top"} +
+ {/if} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{$form.repetition_start_date.label}{include file="CRM/common/jcalendar.tpl" elementName=repetition_start_date}
{$form.repetition_frequency_unit.label} * {help id="id-repeats" entityType=$recurringEntityType file="CRM/Core/Form/RecurringEntity.hlp"}{$form.repetition_frequency_interval.html} {$form.repetition_frequency_unit.html}
+ + + {$form.start_action_condition.html} +
{$form.repeats_by.label} {help id="id-repeats-by-month" entityType=$recurringEntityType file="CRM/Core/Form/RecurringEntity.hlp"}{$form.repeats_by.1.html}  {$form.limit_to.html} +
{help id="id-repeats-by-week" entityType=$recurringEntityType file="CRM/Core/Form/RecurringEntity.hlp"}{$form.repeats_by.2.html}  {$form.entity_status_1.html}  {$form.entity_status_2.html} +
{$form.ends.label} * {help id="id-ends-after" entityType=$recurringEntityType file="CRM/Core/Form/RecurringEntity.hlp"}{$form.ends.1.html} {$form.start_action_offset.html} {ts}occurrences{/ts}
{help id="id-ends-on" entityType=$recurringEntityType file="CRM/Core/Form/RecurringEntity.hlp"}{$form.ends.2.html} {include file="CRM/common/jcalendar.tpl" elementName=repeat_absolute_date} +
{$form.exclude_date_list.label} {help id="id-exclude-date" entityType=$recurringEntityType file="CRM/Core/Form/RecurringEntity.hlp"}{$form.exclude_date_list.html}
+ {if !$recurringFormIsEmbedded} +
+ {include file="CRM/common/formButtons.tpl" location="bottom"} +
+ {/if} +
+
+{literal} + +{/literal} -- 2.25.1