Merge pull request #18118 from artfulrobot/artfulrobot-msgtpl-disable-smarty
[civicrm-core.git] / templates / CRM / Core / DatePickerRangeWrapper.tpl
CommitLineData
b04ec479
SL
1{*
2 +--------------------------------------------------------------------+
1188c7a8 3 | Copyright CiviCRM LLC. All rights reserved. |
b04ec479 4 | |
1188c7a8
TO
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 |
b04ec479
SL
8 +--------------------------------------------------------------------+
9*}
10{* Wrapper around DatePickerRange TPL file *}
11<td {if $colspan} colspan="{$colspan}" {else} colspan="2" {/if} {if $class} class="{$class}" {/if}>
1157f03f 12 {assign var='hideRelativeLabel' value=$hideRelativeLabel|default:0}
6d6630cf
SL
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}
b04ec479 16</td>