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

@@ -6,7 +6,7 @@
<tr title="{{ field.help_text }}" class="{% if field.errors %}alert-danger{% endif %}">
{{form.small_label_column}}
<th scope="row" class="col-sm-{{form.label_input_ratio.0}}">
<label for="id_{{ field.name }}">
<label class="form-label" for="id_{{ field.name }}">
{{ field.label }}
<span class="label-required">
{% if field.field.required %}*{% endif %}