Merge pull request #17228 from mattwire/fixmultilingualoptiongroups
[civicrm-core.git] / templates / CRM / Core / DatePickerRangeWrapper.tpl
1 {*
2 +--------------------------------------------------------------------+
3 | Copyright CiviCRM LLC. All rights reserved. |
4 | |
5 | This work is published under the GNU AGPLv3 license with some |
6 | permitted exceptions and without any warranty. For full license |
7 | and copyright information, see https://civicrm.org/licensing |
8 +--------------------------------------------------------------------+
9 *}
10 {* Wrapper around DatePickerRange TPL file *}
11 <td {if $colspan} colspan="{$colspan}" {else} colspan="2" {/if} {if $class} class="{$class}" {/if}>
12 {assign var='hideRelativeLabel' value=$hideRelativeLabel|default:0}
13 {assign var='from' value=$from|default:'_low'}
14 {assign var='to' value=$to|default:'_high'}
15 {include file="CRM/Core/DatePickerRange.tpl" fieldName=$fieldName hideRelativeLabel=$hideRelativeLabel to=$to from=$from}
16 </td>