Public report enhancements

* adds toggling of scrollable box table views
* deactivates scrolling for public report view (so all entries can be seen if page is printed)
This commit is contained in:
2022-12-12 13:09:17 +01:00
parent a5cc86798c
commit eda1c7a532
29 changed files with 29 additions and 24 deletions

View File

@@ -22,7 +22,7 @@
</div>
</div>
</div>
<div class="card-body scroll-300 p-2">
<div class="card-body {% if tables_scrollable %}scroll-300{% endif %} p-2">
<table class="table table-hover">
<thead>
<tr>

View File

@@ -20,7 +20,7 @@
</div>
</div>
</div>
<div class="card-body scroll-300 p-2">
<div class="card-body {% if tables_scrollable %}scroll-300{% endif %} p-2">
<table class="table table-hover">
<thead>
<tr>

View File

@@ -25,7 +25,7 @@
{% trans 'You entered a payment. Please upload the legal document which defines the payment`s amount.' %}
</div>
{% endif %}
<div class="card-body scroll-300 p-2">
<div class="card-body {% if tables_scrollable %}scroll-300{% endif %} p-2">
<table class="table table-hover">
<thead>
<tr>

View File

@@ -20,7 +20,7 @@
</div>
</div>
</div>
<div class="card-body scroll-300 p-2">
<div class="card-body {% if tables_scrollable %}scroll-300{% endif %} p-2">
<table class="table table-hover">
<thead>
<tr>

View File

@@ -23,7 +23,7 @@
</div>
</div>
</div>
<div class="card-body scroll-300 p-2">
<div class="card-body {% if tables_scrollable %}scroll-300{% endif %} p-2">
<table class="table table-hover">
<thead>
<tr>

View File

@@ -103,7 +103,7 @@
<div class="row">
{% include 'konova/includes/parcels/parcels.html' %}
</div>
<div class="row">
<div class="row qrcodes">
{% include 'konova/includes/report/qrcodes.html' %}
</div>