From cfd0ca3b7d2bb7074e11d1fd435efbcf676f3dc5 Mon Sep 17 00:00:00 2001 From: Stefano Brentegani Date: Tue, 22 Jul 2014 16:09:06 +0200 Subject: [PATCH] remove row_columnheads class from table headers --- helpdesk/static/helpdesk/helpdesk-extend.css | 4 ++-- helpdesk/templates/helpdesk/dashboard.html | 12 ++++++------ helpdesk/templates/helpdesk/email_ignore_list.html | 2 +- helpdesk/templates/helpdesk/kb_category.html | 2 +- helpdesk/templates/helpdesk/kb_index.html | 2 +- helpdesk/templates/helpdesk/public_homepage.html | 2 +- helpdesk/templates/helpdesk/public_view_ticket.html | 2 +- helpdesk/templates/helpdesk/report_output.html | 2 +- helpdesk/templates/helpdesk/rss_list.html | 2 +- helpdesk/templates/helpdesk/ticket_cc_list.html | 2 +- helpdesk/templates/helpdesk/ticket_desc_table.html | 2 +- helpdesk/templates/helpdesk/ticket_list.html | 2 +- 12 files changed, 18 insertions(+), 18 deletions(-) diff --git a/helpdesk/static/helpdesk/helpdesk-extend.css b/helpdesk/static/helpdesk/helpdesk-extend.css index 9edf415c..188c6d34 100644 --- a/helpdesk/static/helpdesk/helpdesk-extend.css +++ b/helpdesk/static/helpdesk/helpdesk-extend.css @@ -33,9 +33,9 @@ Bootstrap overrides table.table caption {height: 2em; line-height: 2em; font-weight: bold;} table.ticket-stats caption {color: #fbff00; font-style: italic;} -.errorlist {list-style: none; } +.errorlist {list-style: none;} .errorlist {padding: 0;} -.has-error .input-group input, .has-error .input-group select, .has-error .input-group textarea {border-color: #b94a48} +.has-error .input-group input, .has-error .input-group select, .has-error .input-group textarea {border-color: #b94a48} #helpdesk-nav-collapse #searchform { padding-top: 0; diff --git a/helpdesk/templates/helpdesk/dashboard.html b/helpdesk/templates/helpdesk/dashboard.html index 187d84b7..e02ae913 100644 --- a/helpdesk/templates/helpdesk/dashboard.html +++ b/helpdesk/templates/helpdesk/dashboard.html @@ -10,7 +10,7 @@ - + {% for queue in dash_tickets %} @@ -36,7 +36,7 @@ - + {% for entry in basic_ticket_stats.open_ticket_stats %} @@ -53,7 +53,7 @@
{% trans "Helpdesk Summary" %}
{% trans "Queue" %}{% trans "Open" %}{% trans "Resolved" %}{% trans "Closed" %}
{% trans "Queue" %}{% trans "Open" %}{% trans "Resolved" %}{% trans "Closed" %}
- {% trans "Average number of days until ticket is closed (tickets opened in last 60 days): " %}{{ basic_ticket_stats.average_nbr_days_until_ticket_closed_last_60_days }}. {% trans "Click" %} here {% trans "for detailed average by month." %}
- {% trans "Distribution of open tickets, grouped by time period:" %}
{% trans "Days since opened" %}{% trans "Number of open tickets" %}
{% trans "Days since opened" %}{% trans "Number of open tickets" %}
- + {% for ticket in all_tickets_reported_by_current_user %} @@ -73,7 +73,7 @@
{% trans "All Tickets submitted by you" %}
#{% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Last Update" %}
#{% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Last Update" %}
- + {% for ticket in user_tickets %} @@ -94,7 +94,7 @@
{% trans "Open Tickets assigned to you (you are working on this ticket)" %}
#{% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Last Update" %}
#{% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Last Update" %}
- + {% for ticket in unassigned_tickets %} @@ -117,7 +117,7 @@
{% trans "Unassigned Tickets" %} {% trans "(pick up a ticket if you start to work on it)" %}
#{% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Created" %} 
#{% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Created" %} 
- + {% for ticket in user_tickets_closed_resolved %} diff --git a/helpdesk/templates/helpdesk/email_ignore_list.html b/helpdesk/templates/helpdesk/email_ignore_list.html index ebf82989..80d30c1d 100644 --- a/helpdesk/templates/helpdesk/email_ignore_list.html +++ b/helpdesk/templates/helpdesk/email_ignore_list.html @@ -10,7 +10,7 @@
{% trans "Closed & resolved Tickets you used to work on" %}
#{% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Last Update" %}
#{% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Last Update" %}
- + {% for ignore in ignore_list %} diff --git a/helpdesk/templates/helpdesk/kb_category.html b/helpdesk/templates/helpdesk/kb_category.html index 2ec878e1..d304f5ad 100644 --- a/helpdesk/templates/helpdesk/kb_category.html +++ b/helpdesk/templates/helpdesk/kb_category.html @@ -10,7 +10,7 @@
{% trans "Ignored E-Mail Addresses" %}
{% trans "Name" %}{% trans "E-Mail Address" %}{% trans "Date Added" %}{% trans "Queues" %}{% trans "Keep in mailbox?" %}{% trans "Delete" %}
{% trans "Name" %}{% trans "E-Mail Address" %}{% trans "Date Added" %}{% trans "Queues" %}{% trans "Keep in mailbox?" %}{% trans "Delete" %}
- + {% for item in items %} diff --git a/helpdesk/templates/helpdesk/kb_index.html b/helpdesk/templates/helpdesk/kb_index.html index 5d65c9f0..8143d91f 100644 --- a/helpdesk/templates/helpdesk/kb_index.html +++ b/helpdesk/templates/helpdesk/kb_index.html @@ -8,7 +8,7 @@
{% blocktrans with category.title as kbcat %}Knowledgebase Category: {{ kbcat }}{% endblocktrans %}
{% trans "Article" %}
{% trans "Article" %}
- + {% for category in kb_categories %} diff --git a/helpdesk/templates/helpdesk/public_homepage.html b/helpdesk/templates/helpdesk/public_homepage.html index 79a652f5..3cf00b03 100644 --- a/helpdesk/templates/helpdesk/public_homepage.html +++ b/helpdesk/templates/helpdesk/public_homepage.html @@ -8,7 +8,7 @@
{% trans "Knowledgebase Categories" %}
{% trans "Category" %}
{% trans "Category" %}
- + {% for category in kb_categories %} diff --git a/helpdesk/templates/helpdesk/public_view_ticket.html b/helpdesk/templates/helpdesk/public_view_ticket.html index d3cc200b..b7191a5f 100644 --- a/helpdesk/templates/helpdesk/public_view_ticket.html +++ b/helpdesk/templates/helpdesk/public_view_ticket.html @@ -6,7 +6,7 @@
{% trans "Knowledgebase Categories" %}
{% trans "Category" %}
{% trans "Category" %}
- + diff --git a/helpdesk/templates/helpdesk/report_output.html b/helpdesk/templates/helpdesk/report_output.html index 5ddf6073..0a709fde 100644 --- a/helpdesk/templates/helpdesk/report_output.html +++ b/helpdesk/templates/helpdesk/report_output.html @@ -32,7 +32,7 @@
{{ ticket.ticket }} . {{ ticket.title }} [{{ ticket.get_status }}]
{% blocktrans with ticket.queue as queue_name %}Queue: {{ queue_name }}{% endblocktrans %}
{% blocktrans with ticket.queue as queue_name %}Queue: {{ queue_name }}{% endblocktrans %}
-{% for h in headings %}{% endfor %} +{% for h in headings %}{% endfor %} {% for d in data %} diff --git a/helpdesk/templates/helpdesk/rss_list.html b/helpdesk/templates/helpdesk/rss_list.html index d4ead596..0dbe4d15 100644 --- a/helpdesk/templates/helpdesk/rss_list.html +++ b/helpdesk/templates/helpdesk/rss_list.html @@ -21,7 +21,7 @@
{{ title }}
{% if forloop.first %}{{ h|title }}{% else %}{{ h }}{% endif %}
{% if forloop.first %}{{ h|title }}{% else %}{{ h }}{% endif %}
- + {% for queue in queues %} diff --git a/helpdesk/templates/helpdesk/ticket_cc_list.html b/helpdesk/templates/helpdesk/ticket_cc_list.html index 905b2e94..438078fc 100644 --- a/helpdesk/templates/helpdesk/ticket_cc_list.html +++ b/helpdesk/templates/helpdesk/ticket_cc_list.html @@ -12,7 +12,7 @@
{% trans "Per-Queue Feeds" %}
{% trans "Queue" %}{% trans "All Open Tickets" %}{% trans "My Open Tickets" %}
{% trans "Queue" %}{% trans "All Open Tickets" %}{% trans "My Open Tickets" %}
- + {% for person in copies_to %} diff --git a/helpdesk/templates/helpdesk/ticket_desc_table.html b/helpdesk/templates/helpdesk/ticket_desc_table.html index 3c802be4..acc89e8a 100644 --- a/helpdesk/templates/helpdesk/ticket_desc_table.html +++ b/helpdesk/templates/helpdesk/ticket_desc_table.html @@ -6,7 +6,7 @@ | Delete {% if ticket.on_hold %} | {% trans "Unhold" %}{% else %} | {% trans "Hold" %}{% endif %} - + {% for customfield in ticket.ticketcustomfieldvalue_set.all %} diff --git a/helpdesk/templates/helpdesk/ticket_list.html b/helpdesk/templates/helpdesk/ticket_list.html index 2d1f3177..521505f2 100644 --- a/helpdesk/templates/helpdesk/ticket_list.html +++ b/helpdesk/templates/helpdesk/ticket_list.html @@ -220,7 +220,7 @@ $(document).ready(function() {
{% trans "Ticket CC List" %}
{% trans "E-Mail Address" %}{% trans "View?" %}{% trans "Update?" %}{% trans "Delete" %}
{% trans "E-Mail Address" %}{% trans "View?" %}{% trans "Update?" %}{% trans "Delete" %}
{% blocktrans with ticket.queue as queue %}Queue: {{ queue }}{% endblocktrans %}
{% blocktrans with ticket.queue as queue %}Queue: {{ queue }}{% endblocktrans %}
- + {% for ticket in tickets.object_list %}
{% trans "Tickets" %}
# {% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Created" %}{% trans "Owner" %}
# {% trans "Pr" %}{% trans "Title" %}{% trans "Queue" %}{% trans "Status" %}{% trans "Created" %}{% trans "Owner" %}