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

Commit b070644

Browse files
committed
WIP
1 parent 9931026 commit b070644

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

inyoka_theme_default/templates/portal/privmsg/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
{% if entry.message.recipients|length > 1 %}, …{% endif %}
145145
</td>
146146
<td data-title="{% trans %}Date{% endtrans %}">{{ entry.message.pub_date|datetime }}</td>
147-
<td data-title={% trans %}Actions{% endtrans %} class="actions">
147+
<td data-title="{% trans %}Actions{% endtrans %}" class="actions">
148148
{% if not entry.is_own_message %}
149149
{% if entry.message.author.is_active %}
150150
<a href="{{ entry|url('reply') }}" title="{% trans %}Reply{% endtrans %}">
@@ -170,7 +170,7 @@
170170
<input type="checkbox" name="delete" value="{{ entry.id }}" />
171171
</td>
172172
</tr>
173-
{% else %}
173+
{% else %}
174174
<tr>
175175
<td colspan="6">
176176
{% trans %}Currently there are no messages in this folder.{% endtrans %}

inyoka_theme_default/templates/portal/privmsg/new.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ <h2 id="private_message_preview_title">{% trans %}Preview{% endtrans %}</h2>
5656
});
5757
});
5858

59-
$("#id_recipient").wrap($('<div class="tf_tokenfield"><div>')).token_field("/?__service__=portal.get_user_autocompletion", {
60-
delay: 40, maxItemsToShow: 10, limit: 10, minChars: 3});
59+
$("#id_recipient").wrap($('<div class="tf_tokenfield"><div>').token_field("/?__service__=portal.get_user_autocompletion", {
60+
delay: 40, maxItemsToShow: 10, limit: 10, minChars: 3}));
6161
$("#id_recipient").parent().parent().parent().children("p.note").remove();
6262

6363
{% if USER.can('send_group_pm') %}

0 commit comments

Comments
 (0)