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>
2023-04-02 14:44:42 +02:00
<button id="add-custom-emoji-button" class="button rounded sea-green {{ # unless can_add_emojis }} hide {{ / unless }} ">
2022-03-29 18:46:59 +02:00
{{ 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>
2023-06-23 13:22:29 +02:00
<input type="text" class="search filter_text_input" placeholder=" {{ t 'Filter emoji' }} "
2022-03-04 13:06:28 +01:00
aria-label=" {{ t 'Filter emoji' }} "/>
</div>
2020-04-15 12:22:23 +02:00
<div class="progressive-table-wrapper" data-simplebar>
2023-08-07 09:32:19 +02:00
<table class="table 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>
2023-08-20 09:04:57 +02:00
<tbody id="admin_emoji_table" data-empty=" {{ t 'No custom emojis found.' }} " data-search-results-empty=" {{ t 'No custom emojis match your current filter.' }} "></tbody>
2017-08-31 00:05:52 +02:00
</table>
</div>
2016-10-05 02:40:00 +02:00
</div>