mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Add table to transaction index
This commit is contained in:
@@ -8,6 +8,18 @@
|
||||
<!-- /.row (main row) -->
|
||||
{% endblock %}
|
||||
|
||||
{% block control %}
|
||||
<div>
|
||||
<div class="p-3 control-sidebar-content">
|
||||
<h5>{{ 'date_range'|_ }}</h5>
|
||||
<hr class="mb-2">
|
||||
<div id="calendar"></div>
|
||||
<hr class="mb-2">
|
||||
<h5>{{ 'list_options'|_ }}</h5>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block styles %}
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user