This repository was archived by the owner on May 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
inyoka_theme_default/templates/portal/privmsg Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 %} ">
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 %}
Original file line number Diff line number Diff 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' ) % }
You can’t perform that action at this time.
0 commit comments