{* +--------------------------------------------------------------------+ | 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=relativeName value=$fieldName|cat:"_relative"} {if $label} {ts}{$label}{/ts}
{/if} {$form.$relativeName.html}
{assign var=fromName value=$fieldName|cat:$from} {$form.$fromName.label} {include file="CRM/common/jcalendar.tpl" elementName=$fromName} {assign var=toName value=$fieldName|cat:$to} {$form.$toName.label} {include file="CRM/common/jcalendar.tpl" elementName=$toName} {literal} {/literal}