From: mgbdev Date: Fri, 22 Nov 2013 05:59:39 +0000 (+0530) Subject: Delete Profile - buttons unnecessarily repeated X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dbbe59b1b910c0ae1e36456625aa6e4fa59f8107;p=civicrm-core.git Delete Profile - buttons unnecessarily repeated --- diff --git a/templates/CRM/UF/Form/Group.tpl b/templates/CRM/UF/Form/Group.tpl index 99c327453c..c72441be4d 100644 --- a/templates/CRM/UF/Form/Group.tpl +++ b/templates/CRM/UF/Form/Group.tpl @@ -28,7 +28,10 @@

{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 } {* Update or View*}