{*
+--------------------------------------------------------------------+
| CiviCRM version 4.7 |
+--------------------------------------------------------------------+
| Copyright CiviCRM LLC (c) 2004-2017 |
+--------------------------------------------------------------------+
| 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 |
+--------------------------------------------------------------------+
*}
{foreach from=$contexts item=context}
{if $context EQ "Event"}
{if $action eq 8}
{ts}If you no longer want to use this price set, click the event title below, and modify the fees for that event.{/ts}
{else}
{ts}This price set is used by the event(s) listed below. Click the event title to change or remove the price set.{/ts}
{/if}
{ts}Event{/ts} |
{ts}Type{/ts} |
{ts}Public{/ts} |
{ts}Date(s){/ts} |
{foreach from=$usedBy.civicrm_event item=event key=id}
{$event.title} |
{$event.eventType} |
{if $event.isPublic}{ts}Yes{/ts}{else}{ts}No{/ts}{/if} |
{$event.startDate|crmDate}{if $event.endDate} to {$event.endDate|crmDate}{/if} |
{/foreach}
{/if}
{if $context EQ "Contribution"}
{if $action eq 8}
{ts}If you no longer want to use this price set, click the contribution page title below, and modify the Amounts or Membership tab configuration.{/ts}
{else}
{ts}This price set is used by the contribution page(s) listed below. Click the contribution page title to change or remove the price set.{/ts}
{/if}
{ts}Contribution Page{/ts} |
{ts}Type{/ts} |
{ts}Date(s){/ts} |
{foreach from=$usedBy.civicrm_contribution_page item=contributionPage key=id}
{$contributionPage.title} |
{$contributionPage.type} |
{$contributionPage.startDate|truncate:10:''|crmDate}{if $contributionPage.endDate} to {$contributionPage.endDate|truncate:10:''|crmDate}{/if} |
{/foreach}
{/if}
{if $context EQ "EventTemplate"}
{if $action eq 8}
{ts}If you no longer want to use this price set, click the event template title below, and modify the fees for that event.{/ts}
{else}
{ts}This price set is used by the event template(s) listed below. Click the event template title to change or remove the price set.{/ts}
{/if}
{ts}Event Template Name{/ts} |
{ts}Type{/ts} |
{ts}Public{/ts} |
{foreach from=$usedBy.civicrm_event_template item=eventTemplate key=id}
{$eventTemplate.title} |
{$eventTemplate.eventType} |
{if $eventTemplate.isPublic}{ts}Yes{/ts}{else}{ts}No{/ts}{/if} |
{/foreach}
{/if}
{/foreach}