{* +--------------------------------------------------------------------+ | 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 location type *}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $action eq 8}
{ts}WARNING: Deleting this option will result in the loss of all location type records which use the option.{/ts} {ts}This may mean the loss of a substantial amount of data, and the action cannot be undone.{/ts} {ts}Do you want to continue?{/ts}
{else}
{$form.name.label} {$form.name.html}
{ts}WARNING: Do NOT use spaces in the Location Name.{/ts}
{$form.display_name.label} {$form.display_name.html}
{$form.vcard_name.label} {$form.vcard_name.html}
{$form.description.label} {$form.description.html}
{$form.is_active.label} {$form.is_active.html}
{$form.is_default.label} {$form.is_default.html}
{/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}