diff --git a/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/elasticsearch/search-form-filter.html.twig b/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/elasticsearch/search-form-filter.html.twig index 4024f69e3..1d8d3296e 100644 --- a/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/elasticsearch/search-form-filter.html.twig +++ b/EMS/admin-ui-bundle/src/Resources/views/bootstrap5/elasticsearch/search-form-filter.html.twig @@ -3,75 +3,80 @@
-
- {% if form.environments is defined %} -
- {{ form_row(form.environments) }} -
- {% endif %} - {% if form.contentTypes is defined %} -
- {{ form_row(form.contentTypes) }} -
- {% endif %} - {% if form.sortBy is defined %} -
- {{ form_row(form.sortBy) }} -
- {% endif %} - {% if form.sortBy is defined %} -
- {{ form_row(form.sortOrder) }} -
- {% endif %} -
-
-
{# hide on mobile? (syv) #} -
-
- -
-
-
-
- -
-
-
-
- -
-
-
-
- -
-
- {% if emsco_is_super() %} -
-
- -
-
- {% endif %} -
-
- -
-
- - {{- form_errors(form) -}} -
- {{ form_widget(form.filters) }} -
-
- {% if form.minimumShouldMatch is defined %} -
- {{ form_row(form.minimumShouldMatch) }} -
- {% endif %} -
-
+
+ {% if form.environments is defined %} +
+ {{ form_row(form.environments) }} +
+ {% endif %} + {% if form.contentTypes is defined %} +
+ {{ form_row(form.contentTypes) }} +
+ {% endif %} + {% if form.sortBy is defined %} +
+ {{ form_row(form.sortBy) }} +
+ {% endif %} + {% if form.sortBy is defined %} +
+ {{ form_row(form.sortOrder) }} +
+ {% endif %} +
+
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+ {% if emsco_is_super() %} +
+
+ +
+
+ {% endif %} +
+
+ +
+
+
+
+
+ {{- form_errors(form) -}} +
+
+ {{ form_widget(form.filters) }} +
+
+
+ {% if form.minimumShouldMatch is defined %} +
+ {{ form_row(form.minimumShouldMatch) }} +
+ {% endif %} +
+