mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 20:16:22 +00:00
fix: expand form elements with ID
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<label for="{{ options.id }}" class="col-sm-4 control-label">{{ label }}</label>
|
||||
|
||||
<div class="col-sm-8">
|
||||
{{ Html.input('file',name).attribute('multiple','multiple').class('form-control') }}
|
||||
{{ Html.input('file',name).id(options.id).attribute('multiple','multiple').class('form-control') }}
|
||||
{% include 'form.help' %}
|
||||
{% include 'form.feedback' %}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user