From 14d5d1e8d69f2485eea39cdae6020881266f34a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 8 Mar 2023 22:55:56 +0800 Subject: [PATCH] Renamed the action-buttons.html template to toolbar-buttons.html. --- src/accounting/templates/accounting/report/balance-sheet.html | 4 ++-- .../include/{action-buttons.html => toolbar-buttons.html} | 2 +- .../templates/accounting/report/income-expenses.html | 4 ++-- .../templates/accounting/report/income-statement.html | 4 ++-- src/accounting/templates/accounting/report/journal.html | 4 ++-- src/accounting/templates/accounting/report/ledger.html | 4 ++-- src/accounting/templates/accounting/report/search.html | 4 ++-- src/accounting/templates/accounting/report/trial-balance.html | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) rename src/accounting/templates/accounting/report/include/{action-buttons.html => toolbar-buttons.html} (98%) diff --git a/src/accounting/templates/accounting/report/balance-sheet.html b/src/accounting/templates/accounting/report/balance-sheet.html index 1403746..558d6e2 100644 --- a/src/accounting/templates/accounting/report/balance-sheet.html +++ b/src/accounting/templates/accounting/report/balance-sheet.html @@ -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 %} @@ -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 %} diff --git a/src/accounting/templates/accounting/report/include/action-buttons.html b/src/accounting/templates/accounting/report/include/toolbar-buttons.html similarity index 98% rename from src/accounting/templates/accounting/report/include/action-buttons.html rename to src/accounting/templates/accounting/report/include/toolbar-buttons.html index 61d2da2..438cb3f 100644 --- a/src/accounting/templates/accounting/report/include/action-buttons.html +++ b/src/accounting/templates/accounting/report/include/toolbar-buttons.html @@ -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. diff --git a/src/accounting/templates/accounting/report/income-expenses.html b/src/accounting/templates/accounting/report/income-expenses.html index db65f1c..2d0448b 100644 --- a/src/accounting/templates/accounting/report/income-expenses.html +++ b/src/accounting/templates/accounting/report/income-expenses.html @@ -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 %} @@ -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 %} diff --git a/src/accounting/templates/accounting/report/income-statement.html b/src/accounting/templates/accounting/report/income-statement.html index 2381c4f..d187062 100644 --- a/src/accounting/templates/accounting/report/income-statement.html +++ b/src/accounting/templates/accounting/report/income-statement.html @@ -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 %} @@ -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 %} diff --git a/src/accounting/templates/accounting/report/journal.html b/src/accounting/templates/accounting/report/journal.html index 9ae2ed9..a0d679a 100644 --- a/src/accounting/templates/accounting/report/journal.html +++ b/src/accounting/templates/accounting/report/journal.html @@ -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 %} @@ -45,7 +45,7 @@ First written: 2023/3/4
{% with use_report_chooser = true, use_period_chooser = true %} - {% include "accounting/report/include/action-buttons.html" %} + {% include "accounting/report/include/toolbar-buttons.html" %} {% endwith %}
diff --git a/src/accounting/templates/accounting/report/ledger.html b/src/accounting/templates/accounting/report/ledger.html index ea2b03f..0d93741 100644 --- a/src/accounting/templates/accounting/report/ledger.html +++ b/src/accounting/templates/accounting/report/ledger.html @@ -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 %} @@ -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 %} diff --git a/src/accounting/templates/accounting/report/search.html b/src/accounting/templates/accounting/report/search.html index 7333c61..e82153b 100644 --- a/src/accounting/templates/accounting/report/search.html +++ b/src/accounting/templates/accounting/report/search.html @@ -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 %} @@ -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 %} diff --git a/src/accounting/templates/accounting/report/trial-balance.html b/src/accounting/templates/accounting/report/trial-balance.html index efb4e73..39b76a9 100644 --- a/src/accounting/templates/accounting/report/trial-balance.html +++ b/src/accounting/templates/accounting/report/trial-balance.html @@ -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 %} @@ -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 %}