{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {*this is included inside a table row*} {assign var=minName value=$fieldName|cat:$from} {$form.$minName.label} {$form.$minName.html} {assign var=maxName value=$fieldName|cat:$to} {$form.$maxName.label} {$form.$maxName.html} {assign var=dateName value=$fieldName|cat:$date} {$form.$dateName.label} {$form.$dateName.html} {literal} {/literal}