Add now in date value
This commit is contained in:
parent
0857893eb0
commit
a39fe023cd
@ -9,7 +9,7 @@
|
||||
{/foreach}
|
||||
{elseif $optGroup['type'] == 'date'}
|
||||
<label>{$optGroup['name']}</label>
|
||||
<input type="date" class="optgroup-datepicker" class="configurator-opt" name="optgroup-{$optGroup['id_configurator_opt_group']}-{$optImpact['id_configurator_opt']}" value="" />
|
||||
<input type="date" class="optgroup-datepicker" class="configurator-opt" name="optgroup-{$optGroup['id_configurator_opt_group']}-{$optImpact['id_configurator_opt']}" value="{$smarty.now|date_format:"%D"}" />
|
||||
{elseif $optGroup['type'] == 'file'}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user