mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-23 07:33:57 -06:00
fix #7683
This commit is contained in:
parent
436fe9fea4
commit
55e4479454
@ -1,12 +1,17 @@
|
||||
<div class="{{ classes }}" id="{{ name }}_holder">
|
||||
{{ dump(options) }}
|
||||
<label for="{{ options.id }}" class="col-sm-4 control-label">{{ label }}</label>
|
||||
|
||||
|
||||
<div class="col-sm-8">
|
||||
<div class="input-group">
|
||||
<div class="input-group-addon">
|
||||
<span class="fa fa-calendar"></span>
|
||||
</div>
|
||||
{{ Html.input('date', name, value).id(options.id).class('form-control').attribute('autocomplete','off').attribute('spellcheck','false') }}
|
||||
|
||||
{{ Html.input('date', name, value).id(options.id).class('form-control').attribute('autocomplete','off').attribute('spellcheck','false')
|
||||
.attribute('min', options.min)
|
||||
}}
|
||||
</div>
|
||||
{% include 'form.help' %}
|
||||
{% include 'form.feedback' %}
|
||||
|
Loading…
Reference in New Issue
Block a user