diff --git a/helpdesk/templates/helpdesk/include/tickets.html b/helpdesk/templates/helpdesk/include/tickets.html index eb5c69f8..ca11a644 100644 --- a/helpdesk/templates/helpdesk/include/tickets.html +++ b/helpdesk/templates/helpdesk/include/tickets.html @@ -1,42 +1,42 @@ {% load i18n humanize %} -
-
- - {% if ticket_list_caption %}{{ ticket_list_caption }}{% else %}{% trans "Your Tickets" %}{% endif %} -
-
-
- - - - - - - - - - - - - {% for ticket in ticket_list %} - - - - - - - - - {% empty %} - {% if ticket_list_empty_message %}{% else %}{% endif %} - {% endfor %} - -
#{% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Last Update" %}
{{ ticket.ticket }}{{ ticket.priority }}{{ ticket.title }}{{ ticket.queue }}{{ ticket.get_status }}{{ ticket.modified|naturaltime }}
{{ ticket_list_empty_message }}{% trans "You do not have any pending tickets." %}
-
-
- -
+
+
+ + {% if ticket_list_caption %}{{ ticket_list_caption }}{% else %}{% trans "Your Tickets" %}{% endif %} +
+
+
+ + + + + + + + + + + + + {% for ticket in ticket_list %} + + + + + + + + + {% empty %} + {% if ticket_list_empty_message %}{% else %}{% endif %} + {% endfor %} + +
#{% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Last Update" %}
{{ ticket.ticket }}{{ ticket.priority }}{{ ticket.title }}{{ ticket.queue }}{{ ticket.get_status }}{{ ticket.modified|naturaltime }}
{{ ticket_list_empty_message }}{% trans "You do not have any pending tickets." %}
+
+
+ +
diff --git a/helpdesk/templates/helpdesk/navigation-header.html b/helpdesk/templates/helpdesk/navigation-header.html index 11e72baa..34932f82 100644 --- a/helpdesk/templates/helpdesk/navigation-header.html +++ b/helpdesk/templates/helpdesk/navigation-header.html @@ -41,32 +41,11 @@ {% endif %} - - + +{% endblock %} + + +{% block helpdesk_body %} +{% load in_list %} + +
+
+ + {% trans "Query Selection" %} +
+
+ +
+
+
+
+ +
+
+ +
+
+
+ + + {% csrf_token %}
+ +
+
+ + + + +

{% trans "Ordering applied to tickets" %}

+ +
+ +
+ + +

{% trans "Ctrl-Click to select multiple options" %}

+ +
+ +
+ +

{% trans "Ctrl-click to select multiple options" %}

+ +
+ +
+ +

{% trans "Ctrl-click to select multiple options" %}

+ +
+ +
+ + +

{% trans "Use YYYY-MM-DD date format, eg 2018-01-30" %}

+ +
+ +
+ +

{% trans "Keywords are case-insensitive, and will be looked for in the title, body and submitter fields." %}

+ +
+
+ + {% if from_saved_query and saved_query.user == user %} +

{% blocktrans with saved_query.title as query_name %}You are currently viewing saved query "{{ query_name }}".{% endblocktrans %} {% trans "Delete Saved Query" %}

+ {% endif %} + {% if from_saved_query %} +

{% blocktrans with saved_query.id as query_id %}Run a report on this query to see stats and charts for the data listed below.{% endblocktrans %}

+ {% endif %} + {% csrf_token %}
+
+
+
+ +
+
+
+ +
+
+
+
+
+ +
+
+
+
{% trans "This name appears in the drop-down list of saved queries. If you share your query, other users will see this name, so choose something clear and descriptive!" %}
+ +
+
{% trans "Yes, share this query with other users." %}
+
{% trans "If you share this query, it will be visible by all other logged-in users." %}
+ +
+
+ +
+ {% csrf_token %}
+
+
+
+ +
+
+
+ +
+
+
+
+
+

+ + {% csrf_token %}
+
+
+
+
+ +
+ +
+ + + +
+
+ + {% trans "Query Results" %} +
+
+ {{ search_message|safe }} +
+ + + + + + + + + + + + + + + {% if not server_side %} + {% include 'helpdesk/ticket_list_table.html' %} + {% endif %} +
# {% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Created" %}{% trans "Due Date" %}{% trans "Owner" %}
+ +

+ + + + + + +

+ +

+ {% csrf_token %}
+
+ +
+ + +{% endblock %} + + +{% block helpdesk_js %} - - - {% endblock %} -{% block h1_title %}Tickets - {% if from_saved_query %} [{{ saved_query.title }}]{% endif %} -{% endblock %} - -{% block helpdesk_breadcrumb %} - - -{% endblock %} - -{% block helpdesk_body %} -{% load in_list %} - -
-
-
-
- {% trans "Query Selection" %} -
- -
-
-
- -
-
-
- - - {% csrf_token %}
- -
-
- - - - -

{% trans "Ordering applied to tickets" %}

- -
- -
- - -

{% trans "Ctrl-Click to select multiple options" %}

- -
- -
- -

{% trans "Ctrl-click to select multiple options" %}

- -
- -
- -

{% trans "Ctrl-click to select multiple options" %}

- -
- -
- - -

{% trans "Use YYYY-MM-DD date format, eg 2011-05-29" %}

- -
- -
- -

{% trans "Keywords are case-insensitive, and will be looked for in the title, body and submitter fields." %}

- -
-
- - {% if from_saved_query and saved_query.user == user %} -

{% blocktrans with saved_query.title as query_name %}You are currently viewing saved query "{{ query_name }}".{% endblocktrans %} {% trans "Delete Saved Query" %}

- {% endif %} - {% if from_saved_query %} -

{% blocktrans with saved_query.id as query_id %}Run a report on this query to see stats and charts for the data listed below.{% endblocktrans %}

- {% endif %} - {% csrf_token %}
-
-
-
-
- -
-
-
- -
-
-
-
{% trans "This name appears in the drop-down list of saved queries. If you share your query, other users will see this name, so choose something clear and descriptive!" %}
- -
-
{% trans "Yes, share this query with other users." %}
-
{% trans "If you share this query, it will be visible by all other logged-in users." %}
- -
-
- -
- {% csrf_token %}
-
-
-
-
- -
-
-
-

- - {% csrf_token %}
-
-
-
-
-
- -
- -
- -
- - - -
-
-
-
- {% trans "Query Results" %} -
- -
- {{ search_message|safe }} -
- - - - - - - - - - - - - - - {% if not server_side %} - {% include 'helpdesk/ticket_list_table.html' %} - {% endif %} -
# {% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Created" %}{% trans "Due Date" %}{% trans "Owner" %}
- {% csrf_token %} - -

- - - -

- -

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