Skip to content
Snippets Groups Projects
Unverified Commit 9e6c0ce7 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #31131 from demeritcowboy/bracket

Extra bracket showing in custom field label on search screen
parents 3ecdcd86 777f781c
Branches
Tags
No related merge requests found
......@@ -32,7 +32,7 @@
{include file="CRM/Core/DatePickerRangeCustomField.tpl" fieldName=$element_name to='' from='' colspan='' class='' hideRelativeLabel=0}<td>
{/if}
{else}
<td class="label">{if array_key_exists($element_name, $form)}{$form.$element_name.label}{/if})</td><td>
<td class="label">{if array_key_exists($element_name, $form)}{$form.$element_name.label}{/if}</td><td>
{if array_key_exists($element_name, $form)}{$form.$element_name.html}{/if}
{if !empty($form.$operator_name)}
<span class="crm-multivalue-search-op" for="{$element_name}">{$form.$operator_name.html}</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment