From 428daffb3e91948b47d4ca99e72cdeb845621cc0 Mon Sep 17 00:00:00 2001 From: samuelsov Date: Thu, 23 Jul 2015 15:13:02 -0400 Subject: [PATCH] CRM-16903 - add icons for translation on profile edition --- templates/CRM/UF/Form/Group.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/UF/Form/Group.tpl b/templates/CRM/UF/Form/Group.tpl index 1f7e0d3bbd..cfa8cb44ec 100644 --- a/templates/CRM/UF/Form/Group.tpl +++ b/templates/CRM/UF/Form/Group.tpl @@ -63,11 +63,11 @@ {$form.weight.html} - {$form.help_pre.label} {help id='id-help_pre' file="CRM/UF/Form/Group.hlp"} + {$form.help_pre.label} {help id='id-help_pre' file="CRM/UF/Form/Group.hlp"} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_uf_group' field='help_pre' id=$gid}{/if} {$form.help_pre.html} - {$form.help_post.label} {help id='id-help_post' file="CRM/UF/Form/Group.hlp"} + {$form.help_post.label} {help id='id-help_post' file="CRM/UF/Form/Group.hlp"} {if $action == 2}{include file='CRM/Core/I18n/Dialog.tpl' table='civicrm_uf_group' field='help_post' id=$gid}{/if} {$form.help_post.html} -- 2.25.1