Merge pull request #6329 from colemanw/CRM-16903
authorcolemanw <coleman@civicrm.org>
Tue, 28 Jul 2015 13:33:01 +0000 (09:33 -0400)
committercolemanw <coleman@civicrm.org>
Tue, 28 Jul 2015 13:33:01 +0000 (09:33 -0400)
CRM-16903 - add icons for translation on profile edition

templates/CRM/UF/Form/Group.tpl

index 1f7e0d3bbd1bafade4433293e9c958a465d75be9..cfa8cb44ec90bca28fcfbff6f958141208410d36 100644 (file)
             <td class="html-adjust">{$form.weight.html}</td>
         </tr>
         <tr class="crm-uf_group-form-block-help_pre" >
-            <td class="label">{$form.help_pre.label} {help id='id-help_pre' file="CRM/UF/Form/Group.hlp"}</td>
+            <td class="label">{$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}</td>
             <td class="html-adjust">{$form.help_pre.html}</td>
         </tr>
         <tr class="crm-uf_group-form-block-help_post" >
-            <td class="label">{$form.help_post.label} {help id='id-help_post' file="CRM/UF/Form/Group.hlp"}</td>
+            <td class="label">{$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}</td>
             <td class="html-adjust">{$form.help_post.html}</td>
         </tr>
         <tr class="crm-uf_group-form-block-is_active" >