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

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyra2108 committed Sep 20, 2015
1 parent 9931026 commit b070644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions inyoka_theme_default/templates/portal/privmsg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
{% if entry.message.recipients|length > 1 %}, …{% endif %}
</td>
<td data-title="{% trans %}Date{% endtrans %}">{{ entry.message.pub_date|datetime }}</td>
<td data-title={% trans %}Actions{% endtrans %} class="actions">
<td data-title="{% trans %}Actions{% endtrans %}" class="actions">
{% if not entry.is_own_message %}
{% if entry.message.author.is_active %}
<a href="{{ entry|url('reply') }}" title="{% trans %}Reply{% endtrans %}">
Expand All @@ -170,7 +170,7 @@
<input type="checkbox" name="delete" value="{{ entry.id }}" />
</td>
</tr>
{% else %}
{% else %}
<tr>
<td colspan="6">
{% trans %}Currently there are no messages in this folder.{% endtrans %}
Expand Down
4 changes: 2 additions & 2 deletions inyoka_theme_default/templates/portal/privmsg/new.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ <h2 id="private_message_preview_title">{% trans %}Preview{% endtrans %}</h2>
});
});

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

{% if USER.can('send_group_pm') %}
Expand Down

0 comments on commit b070644

Please sign in to comment.