From ccbdc779aca0d5b8550d9601b0793251deaa762a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Wed, 22 Mar 2023 02:28:29 +0800 Subject: [PATCH] Restored the "Back" button on the toolbar for the mobile devices. It is still necessary, because the user may get lost in the navigation history. --- src/accounting/templates/accounting/account/detail.html | 4 ++-- .../templates/accounting/account/include/form.html | 4 ++-- src/accounting/templates/accounting/account/order.html | 6 +++--- .../templates/accounting/base-account/detail.html | 4 ++-- src/accounting/templates/accounting/currency/detail.html | 4 ++-- .../templates/accounting/currency/include/form.html | 4 ++-- .../templates/accounting/journal-entry/include/detail.html | 4 ++-- .../templates/accounting/journal-entry/include/form.html | 2 +- .../templates/accounting/journal-entry/order.html | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/accounting/templates/accounting/account/detail.html b/src/accounting/templates/accounting/account/detail.html index cd28b37..a348be3 100644 --- a/src/accounting/templates/accounting/account/detail.html +++ b/src/accounting/templates/accounting/account/detail.html @@ -26,9 +26,9 @@ First written: 2023/1/31 {% block content %}
- + - {{ A_("Back") }} + {{ A_("Back") }} {% if accounting_can_edit() %} diff --git a/src/accounting/templates/accounting/account/include/form.html b/src/accounting/templates/accounting/account/include/form.html index 474dfb7..b82bff1 100644 --- a/src/accounting/templates/accounting/account/include/form.html +++ b/src/accounting/templates/accounting/account/include/form.html @@ -27,10 +27,10 @@ First written: 2023/2/1 {% block content %} -
+ diff --git a/src/accounting/templates/accounting/account/order.html b/src/accounting/templates/accounting/account/order.html index 536a0ce..3c623a2 100644 --- a/src/accounting/templates/accounting/account/order.html +++ b/src/accounting/templates/accounting/account/order.html @@ -30,10 +30,10 @@ First written: 2023/2/2 {% block content %} -
- + diff --git a/src/accounting/templates/accounting/base-account/detail.html b/src/accounting/templates/accounting/base-account/detail.html index 90341c9..23a1b7c 100644 --- a/src/accounting/templates/accounting/base-account/detail.html +++ b/src/accounting/templates/accounting/base-account/detail.html @@ -25,10 +25,10 @@ First written: 2023/2/1 {% block content %} -
+ diff --git a/src/accounting/templates/accounting/currency/detail.html b/src/accounting/templates/accounting/currency/detail.html index 0b3ca6d..3c4deea 100644 --- a/src/accounting/templates/accounting/currency/detail.html +++ b/src/accounting/templates/accounting/currency/detail.html @@ -26,9 +26,9 @@ First written: 2023/2/6 {% block content %}
- + - {{ A_("Back") }} + {{ A_("Back") }} {% if accounting_can_edit() %} diff --git a/src/accounting/templates/accounting/currency/include/form.html b/src/accounting/templates/accounting/currency/include/form.html index 75675e4..ee168ec 100644 --- a/src/accounting/templates/accounting/currency/include/form.html +++ b/src/accounting/templates/accounting/currency/include/form.html @@ -27,10 +27,10 @@ First written: 2023/2/6 {% block content %} -