diff --git a/helpdesk/templates/helpdesk/ticket_list.html b/helpdesk/templates/helpdesk/ticket_list.html index 2bc21393..fdc395b0 100644 --- a/helpdesk/templates/helpdesk/ticket_list.html +++ b/helpdesk/templates/helpdesk/ticket_list.html @@ -30,6 +30,63 @@ {% block helpdesk_body %} {% load in_list %} +
+
+ + {% trans "Query Results" %} +
+
+ {{ search_message|safe }} +
+ + + + + + + + + + + + + + +
 {% trans "Ticket" %}{% trans "Prority" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Created" %}{% trans "Due Date" %}{% trans "Owner" %}{% trans "Time Spent" %}
+ +

+ + + + + + +

+ +

+ + + +

+ {% csrf_token %}
+
+ +
+ +
@@ -162,64 +219,6 @@
- -
-
- - {% trans "Query Results" %} -
-
- {{ search_message|safe }} -
- - - - - - - - - - - - - - -
 {% trans "Ticket" %}{% trans "Prority" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Created" %}{% trans "Due Date" %}{% trans "Owner" %}{% trans "Time Spent" %}
- -

- - - - - - -

- -

- - - -

- {% csrf_token %}
-
- -
- - {% endblock %}