mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
Improve pages to show intro texts.
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
<div class="form-group">
|
||||
<label for="inputAccounts" class="col-sm-3 control-label">{{ 'report_included_accounts'|_ }}</label>
|
||||
|
||||
<div class="col-sm-9">
|
||||
<select id="inputAccounts" name="accounts[]" multiple="multiple" class="form-control">
|
||||
<div class="col-sm-9" id="inputAccountsSelect">
|
||||
<select id="inputAccounts" name="accounts[]" multiple class="form-control">
|
||||
{% for account in accounts %}
|
||||
<option
|
||||
value="{{ account.id }}"
|
||||
|
||||
Reference in New Issue
Block a user