PHRAS-2342_report_collections_fix

This commit is contained in:
Filip Vilic
2018-12-14 12:18:24 +01:00
parent 2b0edafc49
commit 91aaf2c6d7
3 changed files with 48 additions and 24 deletions

View File

@@ -33,7 +33,7 @@
{% endfor %}
</select>
</div>
<div class="form2 form_content">
<div class="form2 form_content form_content_checkboxes">
{% if displayCollections == true %}
<div class="form_titre">
{{ "report:: 3 - Collections" | trans }}

View File

@@ -58,7 +58,7 @@
{% include "report/form_date_and_base.html.twig" with {'tab': "records", 'route': "report2_records", 'displayCollections': true } %}
{% block form_records %}
<div class="form3 form_content">
<div class="form3 form_content form_content_checkboxes">
<div class="form_titre">{{ "report:: 4 - Fields" | trans }}</div>
{% for sbas_id,databox in granted_bases %}