From: Seamus Lee Date: Thu, 4 Jan 2024 01:11:07 +0000 (+1100) Subject: [REF] Fix Smarty Notices on Find Grants search X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f5692bfb298b71b7fa9da192c98e07d665c84897;p=civicrm-core.git [REF] Fix Smarty Notices on Find Grants search --- diff --git a/ext/civigrant/templates/CRM/Grant/Form/Search/Common.tpl b/ext/civigrant/templates/CRM/Grant/Form/Search/Common.tpl index be795cc52e..54d9d302c3 100644 --- a/ext/civigrant/templates/CRM/Grant/Form/Search/Common.tpl +++ b/ext/civigrant/templates/CRM/Grant/Form/Search/Common.tpl @@ -37,7 +37,7 @@ {assign var=notSetFieldName value=$fieldName|cat:'_notset'} - {include file="CRM/Core/DatePickerRange.tpl" from='_low' to='_high'} + {include file="CRM/Core/DatePickerRange.tpl" from='_low' to='_high' hideRelativeLabel=0}  {$form.$notSetFieldName.html}  {$form.$notSetFieldName.label} diff --git a/ext/civigrant/templates/CRM/Grant/Form/Selector.tpl b/ext/civigrant/templates/CRM/Grant/Form/Selector.tpl index be64bb0d67..84aeb69a71 100644 --- a/ext/civigrant/templates/CRM/Grant/Form/Selector.tpl +++ b/ext/civigrant/templates/CRM/Grant/Form/Selector.tpl @@ -33,7 +33,7 @@ {counter start=0 skip=1 print=false} {foreach from=$rows item=row} - + {if !$single} {if $context eq 'Search'}