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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user