From 3002cf689c2c6e5dd3c732e7a148d17b679816e9 Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Mon, 12 Sep 2016 22:54:51 -0400 Subject: [PATCH] Fix CSS styling of Status radio buttons on Ticket Comment form --- helpdesk/templates/helpdesk/ticket.html | 42 +++++++++++++++---------- 1 file changed, 26 insertions(+), 16 deletions(-) diff --git a/helpdesk/templates/helpdesk/ticket.html b/helpdesk/templates/helpdesk/ticket.html index 39ba0e05..0f0b8a15 100644 --- a/helpdesk/templates/helpdesk/ticket.html +++ b/helpdesk/templates/helpdesk/ticket.html @@ -154,35 +154,45 @@ $(document).on('change', '#file0', function() {
{% if not ticket.can_be_resolved %}
{% trans "This ticket cannot be resolved or closed until the tickets it depends on are resolved." %}
{% endif %} {% ifequal ticket.status 1 %} -
» - » - » -
+
+ + + + +
{% endifequal %} {% ifequal ticket.status 2 %} -
» - » - » -
+
+ + + + +
{% endifequal %} {% ifequal ticket.status 3 %} -
« - » -
+
+ + + +
{% endifequal %} {% ifequal ticket.status 4 %} -
« -
+
+
{% endifequal %} {% ifequal ticket.status 5 %} -
« -
+
+ + +
{% endifequal %} {% if helpdesk_settings.HELPDESK_UPDATE_PUBLIC_DEFAULT %} {% else %} -
{% trans "(Optional)" %}
+
+ {% trans "(Optional)" %} +
{% trans "If this is public, the submitter will be e-mailed your comment or resolution." %}
{% endif %}