Renamed the action-buttons.html template to toolbar-buttons.html.
This commit is contained in:
parent
4306ed739f
commit
14d5d1e8d6
@ -35,7 +35,7 @@ First written: 2023/3/7
|
||||
use_report_chooser = true,
|
||||
use_currency_chooser = true,
|
||||
use_period_chooser = true %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
@ -47,7 +47,7 @@ First written: 2023/3/7
|
||||
{% with use_report_chooser = true,
|
||||
use_currency_chooser = true,
|
||||
use_period_chooser = true %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{#
|
||||
The Mia! Accounting Flask Project
|
||||
action-buttons.html: The action buttons on the report
|
||||
toolbar-buttons.html: The toolbar buttons on the report
|
||||
|
||||
Copyright (c) 2023 imacat.
|
||||
|
@ -36,7 +36,7 @@ First written: 2023/3/5
|
||||
use_currency_chooser = true,
|
||||
use_account_chooser = true,
|
||||
use_period_chooser = true %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
@ -49,7 +49,7 @@ First written: 2023/3/5
|
||||
use_currency_chooser = true,
|
||||
use_account_chooser = true,
|
||||
use_period_chooser = true %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
|
@ -35,7 +35,7 @@ First written: 2023/3/7
|
||||
use_report_chooser = true,
|
||||
use_currency_chooser = true,
|
||||
use_period_chooser = true %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
@ -47,7 +47,7 @@ First written: 2023/3/7
|
||||
{% with use_report_chooser = true,
|
||||
use_currency_chooser = true,
|
||||
use_period_chooser = true %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
|
@ -34,7 +34,7 @@ First written: 2023/3/4
|
||||
{% with use_add_new = true,
|
||||
use_report_chooser = true,
|
||||
use_period_chooser = true %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
@ -45,7 +45,7 @@ First written: 2023/3/4
|
||||
<div class="btn-group btn-actions mb-3 d-md-none">
|
||||
{% with use_report_chooser = true,
|
||||
use_period_chooser = true %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
|
@ -36,7 +36,7 @@ First written: 2023/3/5
|
||||
use_currency_chooser = true,
|
||||
use_account_chooser = true,
|
||||
use_period_chooser = true %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
@ -49,7 +49,7 @@ First written: 2023/3/5
|
||||
use_currency_chooser = true,
|
||||
use_account_chooser = true,
|
||||
use_period_chooser = true %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
|
@ -35,7 +35,7 @@ First written: 2023/3/8
|
||||
use_search = true,
|
||||
search_platform = "desktop",
|
||||
search_aria_label = A_("Search for Desktop") %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
@ -48,7 +48,7 @@ First written: 2023/3/8
|
||||
use_search = true,
|
||||
search_platform = "mobile",
|
||||
search_aria_label = A_("Search for Mobile") %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
|
@ -35,7 +35,7 @@ First written: 2023/3/5
|
||||
use_report_chooser = true,
|
||||
use_currency_chooser = true,
|
||||
use_period_chooser = true %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
@ -47,7 +47,7 @@ First written: 2023/3/5
|
||||
{% with use_report_chooser = true,
|
||||
use_currency_chooser = true,
|
||||
use_period_chooser = true %}
|
||||
{% include "accounting/report/include/action-buttons.html" %}
|
||||
{% include "accounting/report/include/toolbar-buttons.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user