From b0b30a8ae600841bb8313fc12395e3176ab43dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 25 Feb 2023 10:36:41 +0800 Subject: [PATCH] Fixed the broken action button group in the account list and currency list, by adding a separated action button group for the mobile screens. --- .../templates/accounting/account/list.html | 20 +++++++++++++++---- .../templates/accounting/currency/list.html | 20 +++++++++++++++---- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/src/accounting/templates/accounting/account/list.html b/src/accounting/templates/accounting/account/list.html index 47b7974..292d0f7 100644 --- a/src/accounting/templates/accounting/account/list.html +++ b/src/accounting/templates/accounting/account/list.html @@ -25,16 +25,28 @@ First written: 2023/1/30 {% block content %} -
+
{% if accounting_can_edit() %} - + {{ A_("New") }} {% endif %}
+ +
+ +
+ +
+