mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #7609
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
<div class="checkbox" style="margin-left:2em;">
|
||||
<label>
|
||||
{% if account in selected or (selected|length == 0 and options.select_all == true) %}
|
||||
{{ Html.checkbox(name~'[]',true).id(id) }}
|
||||
{{ Html.checkbox(name~'[]',true, id).id(id) }}
|
||||
{% else %}
|
||||
{{ Html.checkbox(name~'[]',false).id(id) }}
|
||||
{{ Html.checkbox(name~'[]',false, id).id(id) }}
|
||||
{% endif %}
|
||||
{{ account|escape }}
|
||||
</label>
|
||||
|
@@ -6,7 +6,6 @@
|
||||
col-sm-4
|
||||
{% endif %}
|
||||
control-label">{{ label }}</label>
|
||||
|
||||
<div class="{% if options.small %}col-sm-4{% else %}col-sm-8{% endif %}">
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
|
Reference in New Issue
Block a user