2013-02-08 23:03:33 +01:00
|
|
|
|
{{! Contents of the "message actions" popup }}
|
2017-09-27 19:27:05 +02:00
|
|
|
|
<ul class="nav nav-list actions_popover">
|
2022-10-01 09:52:15 +02:00
|
|
|
|
{{#if should_display_quote_and_reply}}
|
2021-05-20 11:37:57 +02:00
|
|
|
|
<li>
|
2022-10-01 09:52:15 +02:00
|
|
|
|
<a class="respond_button" data-message-id="{{message_id}}" tabindex="0">
|
2023-05-15 20:55:42 +02:00
|
|
|
|
<i class="fa fa-reply" aria-hidden="true"></i> {{t "Quote and reply" }}
|
2022-10-01 09:52:15 +02:00
|
|
|
|
<span class="hotkey-hint">(>)</span>
|
2021-05-20 11:37:57 +02:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
2022-10-01 09:52:15 +02:00
|
|
|
|
<hr />
|
2021-05-20 11:37:57 +02:00
|
|
|
|
{{/if}}
|
|
|
|
|
|
2022-09-29 11:27:53 +02:00
|
|
|
|
{{#if editability_menu_item}}
|
2017-04-26 04:50:43 +02:00
|
|
|
|
<li>
|
2022-02-14 21:34:58 +01:00
|
|
|
|
<a class="popover_edit_message" data-message-id="{{message_id}}" tabindex="0">
|
2023-07-24 22:19:38 +02:00
|
|
|
|
<i class="zulip-icon zulip-icon-edit" aria-hidden="true"></i> {{editability_menu_item}}
|
2022-09-29 11:27:53 +02:00
|
|
|
|
<span class="hotkey-hint">(e)</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
|
|
{{#if move_message_menu_item}}
|
|
|
|
|
<li>
|
|
|
|
|
<a class="popover_move_message" data-message-id="{{message_id}}" tabindex="0">
|
2023-07-24 22:19:38 +02:00
|
|
|
|
<i class="zulip-icon zulip-icon-move-alt" aria-hidden="true"></i> {{move_message_menu_item}}
|
2022-10-13 08:47:36 +02:00
|
|
|
|
<span class="hotkey-hint">(m)</span>
|
2017-04-26 04:50:43 +02:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
2018-03-28 00:28:57 +02:00
|
|
|
|
{{/if}}
|
2013-11-07 14:50:35 +01:00
|
|
|
|
|
2022-10-01 09:52:15 +02:00
|
|
|
|
{{#if should_display_delete_option}}
|
2017-04-26 04:50:43 +02:00
|
|
|
|
<li>
|
2022-10-01 09:52:15 +02:00
|
|
|
|
<a class="delete_message" data-message-id="{{message_id}}" tabindex="0">
|
|
|
|
|
<i class="fa fa-times" aria-hidden="true"></i>
|
|
|
|
|
{{t "Delete message" }}
|
2017-04-26 04:50:43 +02:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
2018-03-28 00:28:57 +02:00
|
|
|
|
{{/if}}
|
2013-02-09 08:47:01 +01:00
|
|
|
|
|
2022-10-01 09:52:15 +02:00
|
|
|
|
{{#if (or editability_menu_item move_message_menu_item should_display_delete_option)}}
|
|
|
|
|
<hr />
|
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
|
|
{{#if should_display_add_reaction_option}}
|
2022-08-03 07:48:43 +02:00
|
|
|
|
<li>
|
2022-10-01 09:52:15 +02:00
|
|
|
|
<a class="reaction_button" data-message-id="{{message_id}}" tabindex="0">
|
2023-07-24 22:19:38 +02:00
|
|
|
|
<i class="zulip-icon zulip-icon-smile" aria-hidden="true"></i>
|
2023-05-16 15:14:28 +02:00
|
|
|
|
{{t "Add emoji reaction" }} <span class="hotkey-hint">(:)</span>
|
2022-08-03 07:48:43 +02:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
2022-10-01 09:52:15 +02:00
|
|
|
|
<hr />
|
2022-08-03 07:48:43 +02:00
|
|
|
|
{{/if}}
|
|
|
|
|
|
2021-08-05 00:59:03 +02:00
|
|
|
|
{{#if should_display_mark_as_unread}}
|
|
|
|
|
<li>
|
2022-10-04 17:38:33 +02:00
|
|
|
|
<a class="mark_as_unread" data-message-id="{{message_id}}" tabindex="0">
|
2021-08-05 00:59:03 +02:00
|
|
|
|
<span class="unread_count">1</span>
|
|
|
|
|
{{t "Mark as unread from here" }}
|
|
|
|
|
<span class="hotkey-hint">(U)</span>
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
|
2022-10-01 09:52:15 +02:00
|
|
|
|
{{#if should_display_hide_option}}
|
|
|
|
|
<li>
|
|
|
|
|
<a class="rehide_muted_user_message" data-message-id="{{message_id}}" tabindex="0">
|
|
|
|
|
<i class="fa fa-eye-slash" aria-hidden="true"></i>
|
|
|
|
|
{{t "Hide muted message again" }}
|
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
|
2017-12-16 15:23:18 +01:00
|
|
|
|
{{#if should_display_collapse}}
|
|
|
|
|
<li>
|
2022-02-14 21:34:58 +01:00
|
|
|
|
<a class="popover_toggle_collapse" data-message-id="{{message_id}}" tabindex="0">
|
2017-12-16 15:23:18 +01:00
|
|
|
|
<i class="fa fa-minus" aria-hidden="true"></i>
|
2022-08-01 13:20:04 +02:00
|
|
|
|
{{t "Collapse message" }} <span class="hotkey-hint">(–)</span>
|
2017-12-16 15:23:18 +01:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
|
|
{{#if should_display_uncollapse}}
|
2017-04-26 04:50:43 +02:00
|
|
|
|
<li>
|
2022-02-14 21:34:58 +01:00
|
|
|
|
<a class="popover_toggle_collapse" data-message-id="{{message_id}}" tabindex="0">
|
2017-12-16 15:23:18 +01:00
|
|
|
|
<i class="fa fa-plus" aria-hidden="true"></i>
|
2022-10-06 19:41:40 +02:00
|
|
|
|
{{t "Expand message" }} <span class="hotkey-hint">(–)</span>
|
2017-04-26 04:50:43 +02:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
2017-12-16 15:23:18 +01:00
|
|
|
|
{{/if}}
|
2013-05-08 23:17:49 +02:00
|
|
|
|
|
2022-10-01 09:52:15 +02:00
|
|
|
|
{{#if (or should_display_mark_as_unread should_display_reminder_option should_display_hide_option should_display_collapse should_display_uncollapse)}}
|
|
|
|
|
<hr />
|
2017-04-26 04:50:43 +02:00
|
|
|
|
{{/if}}
|
2022-10-01 09:52:15 +02:00
|
|
|
|
|
|
|
|
|
{{#if view_source_menu_item}}
|
2017-05-14 21:14:26 +02:00
|
|
|
|
<li>
|
2022-10-01 09:52:15 +02:00
|
|
|
|
<a class="popover_view_source" data-message-id="{{message_id}}" tabindex="0">
|
|
|
|
|
<i class="fa fa-file-code-o" aria-hidden="true"></i> {{view_source_menu_item}}
|
2022-10-13 11:29:40 +02:00
|
|
|
|
<span class="hotkey-hint">(e)</span>
|
2017-05-14 21:14:26 +02:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
{{/if}}
|
2013-09-09 20:24:21 +02:00
|
|
|
|
|
2021-06-16 21:15:47 +02:00
|
|
|
|
{{#if should_display_read_receipts_option}}
|
|
|
|
|
<li>
|
|
|
|
|
<a class="view_read_receipts" data-message-id="{{message_id}}" tabindex="0">
|
2023-03-15 23:51:27 +01:00
|
|
|
|
<i class="zulip-icon zulip-icon-readreceipts" aria-label="{{t 'View read receipts' }}"></i> {{t "View read receipts" }}
|
2021-06-16 21:15:47 +02:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
|
|
|
|
{{/if}}
|
|
|
|
|
|
2017-04-26 04:50:43 +02:00
|
|
|
|
<li>
|
2023-04-09 05:22:23 +02:00
|
|
|
|
<a class="copy_link" data-message-id="{{message_id}}" data-clipboard-text="{{ conversation_time_url }}" tabindex="0">
|
2021-04-02 02:01:34 +02:00
|
|
|
|
<i class="fa fa-link" aria-hidden="true"></i> {{t "Copy link to message" }}
|
2017-04-26 04:50:43 +02:00
|
|
|
|
</a>
|
|
|
|
|
</li>
|
2017-01-17 21:06:48 +01:00
|
|
|
|
</ul>
|