Removed the unused custom "btn-actions" class from the templates.

This commit is contained in:
依瑪貓 2023-03-09 12:22:53 +08:00
parent f0187434d2
commit 02e10a301a
10 changed files with 10 additions and 10 deletions

View File

@ -27,7 +27,7 @@ First written: 2023/2/1
{% block content %} {% block content %}
<div class="btn-group btn-actions mb-3"> <div class="btn-group mb-3">
<a class="btn btn-primary" role="button" href="{% block back_url %}{% endblock %}"> <a class="btn btn-primary" role="button" href="{% block back_url %}{% endblock %}">
<i class="fa-solid fa-circle-chevron-left"></i> <i class="fa-solid fa-circle-chevron-left"></i>
{{ A_("Back") }} {{ A_("Back") }}

View File

@ -27,7 +27,7 @@ First written: 2023/2/6
{% block content %} {% block content %}
<div class="btn-group btn-actions mb-3"> <div class="btn-group mb-3">
<a class="btn btn-primary" role="button" href="{% block back_url %}{% endblock %}"> <a class="btn btn-primary" role="button" href="{% block back_url %}{% endblock %}">
<i class="fa-solid fa-circle-chevron-left"></i> <i class="fa-solid fa-circle-chevron-left"></i>
{{ A_("Back") }} {{ A_("Back") }}

View File

@ -41,7 +41,7 @@ First written: 2023/3/7
{% include "accounting/report/include/add-txn-material-fab.html" %} {% include "accounting/report/include/add-txn-material-fab.html" %}
<div class="btn-group btn-actions mb-3 d-md-none"> <div class="btn-group mb-3 d-md-none">
{% with use_report_chooser = true, {% with use_report_chooser = true,
use_currency_chooser = true, use_currency_chooser = true,
use_period_chooser = true %} use_period_chooser = true %}

View File

@ -42,7 +42,7 @@ First written: 2023/3/5
{% include "accounting/report/include/add-txn-material-fab.html" %} {% include "accounting/report/include/add-txn-material-fab.html" %}
<div class="btn-group btn-actions mb-3 d-md-none"> <div class="btn-group mb-3 d-md-none">
{% with use_report_chooser = true, {% with use_report_chooser = true,
use_currency_chooser = true, use_currency_chooser = true,
use_account_chooser = true, use_account_chooser = true,

View File

@ -41,7 +41,7 @@ First written: 2023/3/7
{% include "accounting/report/include/add-txn-material-fab.html" %} {% include "accounting/report/include/add-txn-material-fab.html" %}
<div class="btn-group btn-actions mb-3 d-md-none"> <div class="btn-group mb-3 d-md-none">
{% with use_report_chooser = true, {% with use_report_chooser = true,
use_currency_chooser = true, use_currency_chooser = true,
use_period_chooser = true %} use_period_chooser = true %}

View File

@ -40,7 +40,7 @@ First written: 2023/3/4
{% include "accounting/report/include/add-txn-material-fab.html" %} {% include "accounting/report/include/add-txn-material-fab.html" %}
<div class="btn-group btn-actions mb-3 d-md-none"> <div class="btn-group mb-3 d-md-none">
{% with use_report_chooser = true, {% with use_report_chooser = true,
use_period_chooser = true %} use_period_chooser = true %}
{% include "accounting/report/include/toolbar-buttons.html" %} {% include "accounting/report/include/toolbar-buttons.html" %}

View File

@ -42,7 +42,7 @@ First written: 2023/3/5
{% include "accounting/report/include/add-txn-material-fab.html" %} {% include "accounting/report/include/add-txn-material-fab.html" %}
<div class="btn-group btn-actions mb-3 d-md-none"> <div class="btn-group mb-3 d-md-none">
{% with use_report_chooser = true, {% with use_report_chooser = true,
use_currency_chooser = true, use_currency_chooser = true,
use_account_chooser = true, use_account_chooser = true,

View File

@ -41,7 +41,7 @@ First written: 2023/3/8
{% include "accounting/report/include/add-txn-material-fab.html" %} {% include "accounting/report/include/add-txn-material-fab.html" %}
<div class="btn-group btn-actions mb-3 d-md-none"> <div class="btn-group mb-3 d-md-none">
{% with use_report_chooser = true, {% with use_report_chooser = true,
use_search = true, use_search = true,
search_platform = "mobile", search_platform = "mobile",

View File

@ -41,7 +41,7 @@ First written: 2023/3/5
{% include "accounting/report/include/add-txn-material-fab.html" %} {% include "accounting/report/include/add-txn-material-fab.html" %}
<div class="btn-group btn-actions mb-3 d-md-none"> <div class="btn-group mb-3 d-md-none">
{% with use_report_chooser = true, {% with use_report_chooser = true,
use_currency_chooser = true, use_currency_chooser = true,
use_period_chooser = true %} use_period_chooser = true %}

View File

@ -30,7 +30,7 @@ First written: 2023/2/26
{% block content %} {% block content %}
<div class="btn-group btn-actions mb-3"> <div class="btn-group mb-3">
<a class="btn btn-primary" role="button" href="{% block back_url %}{% endblock %}"> <a class="btn btn-primary" role="button" href="{% block back_url %}{% endblock %}">
<i class="fa-solid fa-circle-chevron-left"></i> <i class="fa-solid fa-circle-chevron-left"></i>
{{ A_("Back") }} {{ A_("Back") }}