{* +--------------------------------------------------------------------+ | 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 $form.time_format.label} {/if}
{$form.name.label}{$form.name.html}
{$form.description.label}{$form.description.html}
{$form.date_format.label}{$form.date_format.html}
{$form.time_format.label}{$form.time_format.html}
{$form.start.label}{$form.start.html}
{$form.end.label}{$form.end.html}
{include file="CRM/common/formButtons.tpl" location="bottom"}