diff --git a/src/pretix/control/templates/pretixcontrol/orders/overview.html b/src/pretix/control/templates/pretixcontrol/orders/overview.html index 28baa3a25a..fcf6267abe 100644 --- a/src/pretix/control/templates/pretixcontrol/orders/overview.html +++ b/src/pretix/control/templates/pretixcontrol/orders/overview.html @@ -20,32 +20,35 @@ {% trans "PDF" %} -
-
- {% if request.event.has_subevents %} -
- {% bootstrap_field filter_form.subevent layout='inline' %} +
+
+

{% trans "Filter" %}

+
+ +
+ {% if request.event.has_subevents %} +
+ {% bootstrap_field filter_form.subevent layout='inline' %} +
+
+ {% bootstrap_field filter_form.date_axis layout='inline' %} +
+ {% else %} +
+ {% bootstrap_field filter_form.date_axis layout='inline' %} +
+ {% endif %} +
+ {% bootstrap_field filter_form.date_from layout='inline' %}
-
- {% bootstrap_field filter_form.date_axis layout='inline' %} +
+ {% bootstrap_field filter_form.date_until layout='inline' %}
- {% else %} -
- {% bootstrap_field filter_form.date_axis layout='inline' %} -
- {% endif %} -
- {% bootstrap_field filter_form.date_from layout='inline' %}
-
- {% bootstrap_field filter_form.date_until layout='inline' %} -
-
-