From 02e10a301abd40da74ddaa8eea5bb0ee9a2bec3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Thu, 9 Mar 2023 12:22:53 +0800 Subject: [PATCH] Removed the unused custom "btn-actions" class from the templates. --- src/accounting/templates/accounting/account/include/form.html | 2 +- src/accounting/templates/accounting/currency/include/form.html | 2 +- src/accounting/templates/accounting/report/balance-sheet.html | 2 +- src/accounting/templates/accounting/report/income-expenses.html | 2 +- .../templates/accounting/report/income-statement.html | 2 +- src/accounting/templates/accounting/report/journal.html | 2 +- src/accounting/templates/accounting/report/ledger.html | 2 +- src/accounting/templates/accounting/report/search.html | 2 +- src/accounting/templates/accounting/report/trial-balance.html | 2 +- .../templates/accounting/transaction/include/form.html | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/accounting/templates/accounting/account/include/form.html b/src/accounting/templates/accounting/account/include/form.html index 73f80c9..3c7ac8e 100644 --- a/src/accounting/templates/accounting/account/include/form.html +++ b/src/accounting/templates/accounting/account/include/form.html @@ -27,7 +27,7 @@ First written: 2023/2/1 {% block content %} -
+
{{ A_("Back") }} diff --git a/src/accounting/templates/accounting/currency/include/form.html b/src/accounting/templates/accounting/currency/include/form.html index 13d7d2b..b5fd8e8 100644 --- a/src/accounting/templates/accounting/currency/include/form.html +++ b/src/accounting/templates/accounting/currency/include/form.html @@ -27,7 +27,7 @@ First written: 2023/2/6 {% block content %} -
+
{{ A_("Back") }} diff --git a/src/accounting/templates/accounting/report/balance-sheet.html b/src/accounting/templates/accounting/report/balance-sheet.html index 8c8713a..d18df6d 100644 --- a/src/accounting/templates/accounting/report/balance-sheet.html +++ b/src/accounting/templates/accounting/report/balance-sheet.html @@ -41,7 +41,7 @@ First written: 2023/3/7 {% include "accounting/report/include/add-txn-material-fab.html" %} -
+
{% with use_report_chooser = true, use_currency_chooser = true, use_period_chooser = true %} diff --git a/src/accounting/templates/accounting/report/income-expenses.html b/src/accounting/templates/accounting/report/income-expenses.html index 6e5a1f9..181df8f 100644 --- a/src/accounting/templates/accounting/report/income-expenses.html +++ b/src/accounting/templates/accounting/report/income-expenses.html @@ -42,7 +42,7 @@ First written: 2023/3/5 {% include "accounting/report/include/add-txn-material-fab.html" %} -
+
{% with use_report_chooser = true, use_currency_chooser = true, use_account_chooser = true, diff --git a/src/accounting/templates/accounting/report/income-statement.html b/src/accounting/templates/accounting/report/income-statement.html index 8653764..784cb28 100644 --- a/src/accounting/templates/accounting/report/income-statement.html +++ b/src/accounting/templates/accounting/report/income-statement.html @@ -41,7 +41,7 @@ First written: 2023/3/7 {% include "accounting/report/include/add-txn-material-fab.html" %} -
+
{% with use_report_chooser = true, use_currency_chooser = true, use_period_chooser = true %} diff --git a/src/accounting/templates/accounting/report/journal.html b/src/accounting/templates/accounting/report/journal.html index de855ca..5a50602 100644 --- a/src/accounting/templates/accounting/report/journal.html +++ b/src/accounting/templates/accounting/report/journal.html @@ -40,7 +40,7 @@ First written: 2023/3/4 {% include "accounting/report/include/add-txn-material-fab.html" %} -
+
{% with use_report_chooser = true, use_period_chooser = true %} {% include "accounting/report/include/toolbar-buttons.html" %} diff --git a/src/accounting/templates/accounting/report/ledger.html b/src/accounting/templates/accounting/report/ledger.html index d931956..e3d39e1 100644 --- a/src/accounting/templates/accounting/report/ledger.html +++ b/src/accounting/templates/accounting/report/ledger.html @@ -42,7 +42,7 @@ First written: 2023/3/5 {% include "accounting/report/include/add-txn-material-fab.html" %} -
+
{% with use_report_chooser = true, use_currency_chooser = true, use_account_chooser = true, diff --git a/src/accounting/templates/accounting/report/search.html b/src/accounting/templates/accounting/report/search.html index 6c81e8f..53a549a 100644 --- a/src/accounting/templates/accounting/report/search.html +++ b/src/accounting/templates/accounting/report/search.html @@ -41,7 +41,7 @@ First written: 2023/3/8 {% include "accounting/report/include/add-txn-material-fab.html" %} -
+
{% with use_report_chooser = true, use_search = true, search_platform = "mobile", diff --git a/src/accounting/templates/accounting/report/trial-balance.html b/src/accounting/templates/accounting/report/trial-balance.html index 8237fd1..f5d9045 100644 --- a/src/accounting/templates/accounting/report/trial-balance.html +++ b/src/accounting/templates/accounting/report/trial-balance.html @@ -41,7 +41,7 @@ First written: 2023/3/5 {% include "accounting/report/include/add-txn-material-fab.html" %} -
+
{% with use_report_chooser = true, use_currency_chooser = true, use_period_chooser = true %} diff --git a/src/accounting/templates/accounting/transaction/include/form.html b/src/accounting/templates/accounting/transaction/include/form.html index d8a167b..bf6cd42 100644 --- a/src/accounting/templates/accounting/transaction/include/form.html +++ b/src/accounting/templates/accounting/transaction/include/form.html @@ -30,7 +30,7 @@ First written: 2023/2/26 {% block content %} -