2013-07-11 23:06:58 +02:00
|
|
|
{{! Contents of the "message info" popup }}
|
2017-03-04 13:43:21 +01:00
|
|
|
<ul class="nav nav-list actions_popover sender_info_popover" data-user-id="{{user_id}}">
|
2017-02-15 21:07:21 +01:00
|
|
|
<div class="popover_info">
|
2017-05-12 20:17:17 +02:00
|
|
|
<li class="user_{{presence_status}}">
|
|
|
|
<b>{{user_full_name}}</b>
|
|
|
|
<span class="user-status-indicator popover_user_presence" title="{{user_last_seen_time_status}}"></span>
|
|
|
|
</li>
|
|
|
|
|
2017-03-04 13:43:21 +01:00
|
|
|
<li class='my_email'>{{user_email}}</li>
|
2013-07-11 23:06:58 +02:00
|
|
|
|
2017-04-02 21:01:58 +02:00
|
|
|
{{#if user_time}}
|
|
|
|
<li>{{ user_time }} {{#tr this}}Local time{{/tr}}</li>
|
|
|
|
{{/if}}
|
2017-02-15 21:07:21 +01:00
|
|
|
</div>
|
|
|
|
<hr />
|
|
|
|
<li>
|
2017-03-04 13:43:21 +01:00
|
|
|
<a href="#" class="{{ private_message_class }}">
|
2017-06-04 18:57:55 +02:00
|
|
|
<i class="fa fa-envelope" aria-hidden="true"></i> {{#tr this}}Send private message{{/tr}}
|
2017-02-15 21:07:21 +01:00
|
|
|
</a>
|
|
|
|
</li>
|
2017-03-25 18:48:28 +01:00
|
|
|
<li>
|
|
|
|
<a class="mention_user">
|
|
|
|
<i class="fa fa-at" aria-hidden="true"></i> {{#tr this}}Reply mentioning user{{/tr}}
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<hr />
|
2017-02-15 21:07:21 +01:00
|
|
|
<li>
|
|
|
|
<a href="{{ pm_with_uri }}" class="narrow_to_private_messages">
|
2017-03-25 18:50:28 +01:00
|
|
|
<i class="icon-vector-user"></i> {{#tr this}}View private messages{{/tr}}
|
2017-02-15 21:07:21 +01:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="{{ sent_by_uri }}" class="narrow_to_messages_sent">
|
2017-03-25 18:50:28 +01:00
|
|
|
<i class="icon-vector-bullhorn"></i> {{#tr this}}View messages sent{{/tr}}
|
2017-02-15 21:07:21 +01:00
|
|
|
</a>
|
|
|
|
</li>
|
2013-07-11 23:06:58 +02:00
|
|
|
</ul>
|