Remove e-notices by removing never assigned help_pre, help_post
authorEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 15 Sep 2023 02:07:25 +0000 (14:07 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Fri, 15 Sep 2023 02:07:25 +0000 (14:07 +1200)
templates/CRM/UF/Form/Block.tpl

index eba3e6be0e7aaf50cdd576db4a2cc1c89069d73c..8b918e76ffc82f9026cc9b16762e47b52bde62d4 100644 (file)
@@ -10,7 +10,6 @@
 {* Edit or display Profile fields, when embedded in an online contribution or event registration form. *}
 {if ! empty( $fields )}
   {strip}
-    {if $help_pre && $action neq 4}<div class="messages help">{$help_pre}</div>{/if}
     {assign var=zeroField value="Initial Non Existent Fieldset"}
     {assign var=fieldset  value=$zeroField}
     {include file="CRM/UF/Form/Fields.tpl"}
@@ -29,7 +28,6 @@
     </fieldset>
     {/if}
 
-    {if $help_post && $action neq 4}<br /><div class="messages help">{$help_post}</div>{/if}
   {/strip}
 
 {/if} {* fields array is not empty *}