Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Commit c4361cb

Browse files
committed
Remove unused classes
1 parent a082064 commit c4361cb

1 file changed

Lines changed: 7 additions & 15 deletions

File tree

  • inyoka_theme_default/templates/portal/privmsg

inyoka_theme_default/templates/portal/privmsg/index.html

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -106,27 +106,19 @@
106106
{% call macros.outer_form(csrf_token(), form, button_visible=False, manually_rendered=True) %}
107107
{{ csrf_token() }}
108108
<table class="portal-privmsg-table portal-privmsg-responsive-table table table-striped">
109-
<colgroup>
110-
<col class="subjectcol">
111-
<col class="authorcol">
112-
<col class="recipientscol">
113-
<col class="datecol">
114-
<col class="actionscol">
115-
<col class="deletecol">
116-
</colgroup>
117109
<thead>
118110
<tr>
119-
<th class="subject">{% trans %}Subject{% endtrans %}</th>
120-
<th class="author">{% trans %}From{% endtrans %}</th>
121-
<th class="recipients">{% trans %}To{% endtrans %}</th>
122-
<th class="date">{% trans %}Date{% endtrans %}</th>
123-
<th class="actions">{% trans %}Actions{% endtrans %}</th>
124-
<th class="delete"><input id="private_message_mark_all"type="checkbox" ></th>
111+
<th>{% trans %}Subject{% endtrans %}</th>
112+
<th>{% trans %}From{% endtrans %}</th>
113+
<th>{% trans %}To{% endtrans %}</th>
114+
<th>{% trans %}Date{% endtrans %}</th>
115+
<th>{% trans %}Actions{% endtrans %}</th>
116+
<th><input id="private_message_mark_all"type="checkbox" ></th>
125117
</tr>
126118
</thead>
127119
<tbody>
128120
{% for entry in entries %}
129-
<tr{% if message == entry.message %} class="active_pn"{% endif %}>
121+
<tr>
130122
<td data-title="{% trans %}Subject{% endtrans %}">
131123
<a href="{{ entry|url }}"
132124
{% if not entry.read %}class="private-message-unread"{% endif %}

0 commit comments

Comments
 (0)