mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 20:25:28 +00:00
Upgrade spectre to v4
This commit is contained in:
@@ -47,20 +47,27 @@
|
||||
{% endfor %}
|
||||
</td>
|
||||
<td>
|
||||
{% if account.options|length > 0 %}
|
||||
<select class="form-control" name="import[{{ account.id }}]">
|
||||
{% for id,name in account.options %}
|
||||
<option value="{{ id }}" label="{{ name }}">{{ name }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
{% else %}
|
||||
<em>
|
||||
{{ trans('import.spectre_no_supported_accounts') }}
|
||||
</em>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{% if account.options|length > 0 %}
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox" value="1" name="do_import[{{ account.id }}]" checked>
|
||||
{{ trans('import.spectre_do_import') }}
|
||||
</label>
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -23,9 +23,8 @@
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-8">
|
||||
{{ ExpandedForm.text('client_id') }}
|
||||
{{ ExpandedForm.text('service_secret') }}
|
||||
{{ ExpandedForm.text('app_secret') }}
|
||||
{{ ExpandedForm.text('app_id') }}
|
||||
{{ ExpandedForm.text('secret') }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user