Renamed the action-buttons.html template to toolbar-buttons.html.

This commit is contained in:
依瑪貓 2023-03-08 22:55:56 +08:00
parent 4306ed739f
commit 14d5d1e8d6
8 changed files with 15 additions and 15 deletions

View File

@ -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>

View File

@ -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.

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>