From f49d82d0c2ee0a9d2e7288737e8ffaa6924a6b2e Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Wed, 23 Sep 2015 15:54:03 -0400 Subject: [PATCH] Add icon to profile form button --- templates/CRM/Profile/Form/Dynamic.tpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Profile/Form/Dynamic.tpl b/templates/CRM/Profile/Form/Dynamic.tpl index 6798e93f6f..2b619d87f2 100644 --- a/templates/CRM/Profile/Form/Dynamic.tpl +++ b/templates/CRM/Profile/Form/Dynamic.tpl @@ -223,7 +223,12 @@ {/if}
{include file="CRM/common/formButtons.tpl"}{if $isDuplicate}{$form._qf_Edit_upload_duplicate.html}{/if} - {ts}Cancel{/ts} + + +
+ {ts}Cancel{/ts} +
+
{/if} {if $help_post && $action neq 4}
{$help_post}
{/if} -- 2.25.1