From 8afcc7ed0e3bb8e4ec9c82ae57db43ce0396be2f Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 23 Mar 2014 21:50:25 -0400 Subject: [PATCH] CRM-14378 - Fix invalid markup and add descriptive classes to custom data --- templates/CRM/Custom/Form/CustomData.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} -- 2.25.1