From 21042f21114e490a500fee9706575eb642beb0d1 Mon Sep 17 00:00:00 2001 From: Felix Rindt Date: Mon, 12 Nov 2018 10:38:22 +0100 Subject: [PATCH] Fix #1071 -- Make payments and invoice address full width panels (#1072) Solve #1071. I'm not happy about how the invoice address panel is really wide now. --- .../templates/pretixcontrol/order/index.html | 42 ++++++++++--------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/src/pretix/control/templates/pretixcontrol/order/index.html b/src/pretix/control/templates/pretixcontrol/order/index.html index 44a7428bd9..45ee16fe90 100644 --- a/src/pretix/control/templates/pretixcontrol/order/index.html +++ b/src/pretix/control/templates/pretixcontrol/order/index.html @@ -388,7 +388,7 @@ {% eventsignal event "pretix.control.signals.order_info" order=order request=request %}
-
+

@@ -536,6 +536,8 @@

{% endif %}
+
+
{% if request.event.settings.invoice_address_asked or order.invoice_address %}
@@ -588,25 +590,27 @@
{% endif %} -
-
-
-

- {% trans "Internal comment" %} -

-
-
-
- {% csrf_token %} -
- {% bootstrap_field comment_form.comment layout="horizontal" show_help=True show_label=False horizontal_field_class="col-md-12" %} - {% bootstrap_field comment_form.checkin_attention layout="horizontal" show_help=True show_label=False horizontal_field_class="col-md-12" %} +
+
+
+

+ {% trans "Internal comment" %} +

- - +
+
+ {% csrf_token %} +
+ {% bootstrap_field comment_form.comment layout="horizontal" show_help=True show_label=False horizontal_field_class="col-md-12" %} + {% bootstrap_field comment_form.checkin_attention layout="horizontal" show_help=True show_label=False horizontal_field_class="col-md-12" %} +
+ +
+
+