{* +--------------------------------------------------------------------+ | CiviCRM version 4.5 | +--------------------------------------------------------------------+ | Copyright CiviCRM LLC (c) 2004-2014 | +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* add/update/view CiviCRM Profile *} {if $action eq 8}

{ts}Delete CiviCRM Profile{/ts} - {$profileTitle}

{/if}
{* CRM-13693 Duplicate Delete button *} {if $action neq 8}
{include file="CRM/common/formButtons.tpl" location="top"}
{/if} {if ($action eq 2 or $action eq 4) and $snippet neq 'json' } {* Update or View*} {/if} {if $action eq 8 or $action eq 64}
{$message}
{else}
{$form.title.label} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_uf_group' field='title' id=$gid}{/if} {$form.title.html}
{$form.description.label} {help id='id-description' file="CRM/UF/Form/Group.hlp"} {$form.description.html}
{$form.uf_group_type.label} {help id='id-used_for' file="CRM/UF/Form/Group.hlp"} {$form.uf_group_type.html} {$otherModuleString}
{$form.weight.label}{if $config->userSystem->is_drupal EQ '1'} {help id='id-profile_weight' file="CRM/UF/Form/Group.hlp"}{/if} {$form.weight.html}
{$form.help_pre.label} {help id='id-help_pre' file="CRM/UF/Form/Group.hlp"} {$form.help_pre.html}
{$form.help_post.label} {help id='id-help_post' file="CRM/UF/Form/Group.hlp"} {$form.help_post.html}
{$form.is_active.html} {$form.is_active.label}
{* adding advance setting tab *} {include file='CRM/UF/Form/AdvanceSetting.tpl'} {/if}
{include file="CRM/common/formButtons.tpl" location="bottom"}
{include file="CRM/common/showHide.tpl"}