diff --git a/app/templates/cotton/amount/display.html b/app/templates/cotton/amount/display.html index e0513ed..bb8a720 100644 --- a/app/templates/cotton/amount/display.html +++ b/app/templates/cotton/amount/display.html @@ -2,6 +2,6 @@
+ data-original-value="{% currency_display amount=amount prefix=prefix suffix=suffix decimal_places=decimal_places %}" data-amount="{{ amount|floatformat:"-40u" }}">
diff --git a/app/templates/cotton/ui/transactions_action_bar.html b/app/templates/cotton/ui/transactions_action_bar.html new file mode 100644 index 0000000..e3ae2ac --- /dev/null +++ b/app/templates/cotton/ui/transactions_action_bar.html @@ -0,0 +1,80 @@ +{% load i18n %} +
+
+
+ {% spaceless %} +
+ + +
+
+
+ + +
+ +
+ + {% endspaceless %} +
+
+
diff --git a/app/templates/monthly_overview/fragments/list.html b/app/templates/monthly_overview/fragments/list.html index 8cbc9c3..2306687 100644 --- a/app/templates/monthly_overview/fragments/list.html +++ b/app/templates/monthly_overview/fragments/list.html @@ -2,14 +2,7 @@ {% load i18n %} {% regroup transactions by date|customnaturaldate as transactions_by_date %} -
+
{% for x in transactions_by_date %}
@@ -47,57 +40,6 @@ title="{% translate 'No transactions this month' %}" subtitle="{% translate "Try adding one" %}"> {% endfor %} - -
-
-
- {% spaceless %} -
- - -
-
-
- - -
- - {% endspaceless %} -
-
-
+{# Floating bar #} +
diff --git a/app/templates/transactions/fragments/list_all.html b/app/templates/transactions/fragments/list_all.html index 0e09819..2f0cf67 100644 --- a/app/templates/transactions/fragments/list_all.html +++ b/app/templates/transactions/fragments/list_all.html @@ -3,14 +3,7 @@ {% regroup page_obj by date|customnaturaldate as transactions_by_date %} -
+
{% for x in transactions_by_date %}
@@ -127,57 +120,6 @@
{% endif %} {# Floating bar#} -
-
-
- {% spaceless %} -
- - -
-
-
- - -
- - {% endspaceless %} -
-
-
+