From dbbe59b1b910c0ae1e36456625aa6e4fa59f8107 Mon Sep 17 00:00:00 2001 From: mgbdev Date: Fri, 22 Nov 2013 11:29:39 +0530 Subject: [PATCH] Delete Profile - buttons unnecessarily repeated --- templates/CRM/UF/Form/Group.tpl | 3 +++ 1 file changed, 3 insertions(+) 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*}