Removed the text of the action buttons of currency and account filters for the small screens, to fit in the screen.
This commit is contained in:
parent
68687897f3
commit
d4a690ebbc
@ -111,7 +111,6 @@ First written: 2023/3/5
|
|||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
<i class="fa-solid fa-money-bill-wave"></i>
|
<i class="fa-solid fa-money-bill-wave"></i>
|
||||||
{{ A_("Currency") }}
|
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
{% for currency in report.currency_options %}
|
{% for currency in report.currency_options %}
|
||||||
@ -126,7 +125,6 @@ First written: 2023/3/5
|
|||||||
<div class="btn-group">
|
<div class="btn-group">
|
||||||
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
<i class="fa-solid fa-clipboard"></i>
|
<i class="fa-solid fa-clipboard"></i>
|
||||||
{{ A_("Account") }}
|
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
{% for account in report.account_options %}
|
{% for account in report.account_options %}
|
||||||
|
Loading…
Reference in New Issue
Block a user