{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* Template for adding/editing a CiviCRM Navigation Menu Item *}
{include file="CRM/common/formButtons.tpl" location="top"}
{if $form.parent_id.html} {/if}
{$form.label.label}{$form.label.html}
{$form.url.label} {help id="id-menu_url" file="CRM/Admin/Form/Navigation.hlp"} {$form.url.html}
{$form.icon.label} {help id="id-menu_icon" file="CRM/Admin/Form/Navigation.hlp"} {$form.icon.html}
{$form.parent_id.label} {help id="id-parent" file="CRM/Admin/Form/Navigation.hlp"} {$form.parent_id.html}
{$form.has_separator.label} {help id="id-has_separator" file="CRM/Admin/Form/Navigation.hlp"} {$form.has_separator.html}
{$form.permission.label} {help id="id-menu_permission" file="CRM/Admin/Form/Navigation.hlp"} {$form.permission.html} {$form.permission_operator.html} {help id="id-permission_operator" file="CRM/Admin/Form/Navigation.hlp"}
{$form.is_active.label}{$form.is_active.html}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{literal} {/literal}