From: Coleman Watts Date: Mon, 24 Mar 2014 01:50:25 +0000 (-0400) Subject: CRM-14378 - Fix invalid markup and add descriptive classes to custom data X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8afcc7ed0e3bb8e4ec9c82ae57db43ce0396be2f;p=civicrm-core.git CRM-14378 - Fix invalid markup and add descriptive classes to custom data --- diff --git a/templates/CRM/Custom/Form/CustomData.tpl b/templates/CRM/Custom/Form/CustomData.tpl index a9e3d7178e..b0f63c2969 100644 --- a/templates/CRM/Custom/Form/CustomData.tpl +++ b/templates/CRM/Custom/Form/CustomData.tpl @@ -43,7 +43,7 @@ {else} {foreach from=$groupTree item=cd_edit key=group_id name=custom_sets} {if $cd_edit.is_multiple and $multiRecordDisplay eq 'single'} -
+
{if $cd_edit.help_pre}
{$cd_edit.help_pre}
{/if} @@ -58,13 +58,13 @@ {/if}
{else} -
+
{if !$skipTitle}
{$cd_edit.title}
{/if} -
+
{if $cd_edit.help_pre}
{$cd_edit.help_pre}
{/if}