2020-06-28 20:52:11 +02:00
|
|
|
<div id="emoji-settings" data-name="emoji-settings" class="settings-section">
|
2023-03-20 13:49:54 +01:00
|
|
|
<div class="emoji-settings-tip-container {{#unless (or is_admin (not can_add_emojis))}}hide{{/unless}}">
|
2019-07-11 04:05:28 +02:00
|
|
|
{{> emoji_settings_tip}}
|
2017-07-13 20:53:27 +02:00
|
|
|
</div>
|
2020-06-28 21:58:48 +02:00
|
|
|
<p class="add-emoji-text {{#unless can_add_emojis}}hide{{/unless}}">
|
2023-03-15 23:51:27 +01:00
|
|
|
{{t "Add extra emoji for members of the {realm_name} organization." }}
|
2020-06-28 21:58:48 +02:00
|
|
|
</p>
|
2022-03-29 18:46:59 +02:00
|
|
|
<button id="add-custom-emoji-button" class="button rounded sea-green">
|
|
|
|
{{t 'Add a new emoji' }}
|
|
|
|
</button>
|
2019-08-16 10:52:48 +02:00
|
|
|
|
2022-03-04 13:06:28 +01:00
|
|
|
<div class="settings_panel_list_header">
|
|
|
|
<h3>{{t "Custom emoji"}}</h3>
|
|
|
|
<input type="text" class="search" placeholder="{{t 'Filter emoji' }}"
|
|
|
|
aria-label="{{t 'Filter emoji' }}"/>
|
|
|
|
</div>
|
2020-04-15 12:22:23 +02:00
|
|
|
<div class="progressive-table-wrapper" data-simplebar>
|
2019-04-27 09:16:12 +02:00
|
|
|
<table class="table table-condensed table-striped wrapped-table admin_emoji_table">
|
2021-02-23 06:23:24 +01:00
|
|
|
<thead class="table-sticky-headers">
|
2019-08-22 06:23:41 +02:00
|
|
|
<th class="active" data-sort="alphabetic" data-sort-prop="name">{{t "Name" }}</th>
|
|
|
|
<th class="image">{{t "Image" }}</th>
|
|
|
|
<th class="image" data-sort="author_full_name">{{t "Author" }}</th>
|
|
|
|
<th class="actions">{{t "Actions" }}</th>
|
|
|
|
</thead>
|
2019-06-02 00:21:17 +02:00
|
|
|
<tbody id="admin_emoji_table" class="required-text" data-empty="{{t 'No custom emoji.' }}"></tbody>
|
2017-08-31 00:05:52 +02:00
|
|
|
</table>
|
|
|
|
</div>
|
2016-10-05 02:40:00 +02:00
|
|
|
</div>
|