2023-04-14 21:34:41 +02:00
|
|
|
<ul id="send_later_popover" class="nav nav-list">
|
2023-11-06 20:15:45 +01:00
|
|
|
<li>
|
|
|
|
<div class="enter_sends_choices grey-box">
|
|
|
|
<label class="enter_sends_choice">
|
2024-05-28 16:02:50 +02:00
|
|
|
<input type="radio" name="enter_sends_choice" value="true"{{#if enter_sends_true }} checked{{/if}} />
|
2023-11-06 20:15:45 +01:00
|
|
|
<div class="enter_sends_choice_text">
|
|
|
|
<span>
|
|
|
|
{{#tr}}
|
|
|
|
<z-shortcut></z-shortcut> to send
|
|
|
|
{{#*inline "z-shortcut"}}<kbd>Enter</kbd>{{/inline}}
|
|
|
|
{{/tr}}
|
|
|
|
</span>
|
|
|
|
<span class="enter_sends_minor">
|
|
|
|
{{#tr}}
|
|
|
|
<z-shortcut></z-shortcut> to add a new line
|
|
|
|
{{#*inline "z-shortcut"}}<kbd>Ctrl</kbd>+<kbd>Enter</kbd>{{/inline}}
|
|
|
|
{{/tr}}
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
<label class="enter_sends_choice">
|
2024-05-28 16:02:50 +02:00
|
|
|
<input type="radio" name="enter_sends_choice" value="false"{{#unless enter_sends_true }} checked{{/unless}} />
|
2023-11-06 20:15:45 +01:00
|
|
|
<div class="enter_sends_choice_text">
|
|
|
|
<span>
|
|
|
|
{{#tr}}
|
|
|
|
<z-shortcut></z-shortcut> to send
|
|
|
|
{{#*inline "z-shortcut"}}<kbd>Ctrl</kbd>+<kbd>Enter</kbd>{{/inline}}
|
|
|
|
{{/tr}}
|
|
|
|
</span>
|
|
|
|
<span class="enter_sends_minor">
|
|
|
|
{{#tr}}
|
|
|
|
<z-shortcut></z-shortcut> to add a new line
|
|
|
|
{{#*inline "z-shortcut"}}<kbd>Enter</kbd>{{/inline}}
|
|
|
|
{{/tr}}
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</li>
|
|
|
|
<hr />
|
2023-04-14 21:34:41 +02:00
|
|
|
<li>
|
2023-04-24 20:29:07 +02:00
|
|
|
<a class="open_send_later_modal" tabindex="0">{{t "Schedule message" }}</a>
|
2023-04-14 21:34:41 +02:00
|
|
|
</li>
|
2023-05-01 19:35:36 +02:00
|
|
|
{{#if formatted_send_later_time}}
|
|
|
|
<li>
|
|
|
|
<a class="send_later_selected_send_later_time" tabindex="0">{{t 'Schedule for {formatted_send_later_time}' }}</a>
|
|
|
|
</li>
|
|
|
|
{{/if}}
|
2023-04-14 21:34:41 +02:00
|
|
|
<li>
|
2023-11-15 00:39:44 +01:00
|
|
|
<a href="#scheduled" class="navigate-link-on-enter" tabindex="0">{{t "View scheduled messages" }}</a>
|
2023-04-14 21:34:41 +02:00
|
|
|
</li>
|
2023-11-06 20:15:45 +01:00
|
|
|
<hr class="drafts-item-in-popover" />
|
|
|
|
<li class="drafts-item-in-popover">
|
2024-01-19 23:12:26 +01:00
|
|
|
<a href="#drafts">{{t "Drafts" }} <span class="compose-drafts-count-container">(<span class="compose-drafts-count"></span>)</span></a>
|
2023-11-06 20:15:45 +01:00
|
|
|
</li>
|
2024-01-19 23:12:26 +01:00
|
|
|
{{#if show_compose_new_message}}
|
|
|
|
<hr />
|
|
|
|
<li>
|
|
|
|
<a class="compose_new_message" tabindex=="0">{{t "Save draft and start a new message" }}</a>
|
|
|
|
</li>
|
|
|
|
{{/if}}
|
2023-04-14 21:34:41 +02:00
|
|
|
</ul>
|