{* +--------------------------------------------------------------------+ | 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/editing a saved mapping *}
{if $action eq 1 or $action eq 2 }
{include file="CRM/common/formButtons.tpl" location="top"}
{$form.name.label} {$form.name.html}
{$form.description.label} {$form.description.html}
{$form.mapping_type_id.label} {$form.mapping_type_id.html}
{else}
{icon icon="fa-info-circle"}{/icon} {ts 1=$mappingName}WARNING: Are you sure you want to delete mapping '%1'?{/ts} {ts}This action cannot be undone.{/ts}

{/if}
{include file="CRM/common/formButtons.tpl" loaction="bottom"}