mirror of https://github.com/zulip/zulip.git
29 lines
1.3 KiB
Handlebars
29 lines
1.3 KiB
Handlebars
<div id="emoji-settings" data-name="emoji-settings" class="settings-section">
|
|
<div class="emoji-settings-tip-container">
|
|
{{> emoji_settings_tip}}
|
|
</div>
|
|
<p class="add-emoji-text {{#unless can_add_emojis}}hide{{/unless}}">
|
|
{{#tr}}Add extra emoji for members of the {realm_name} organization.{{/tr}}
|
|
</p>
|
|
<button id="add-custom-emoji-button" class="button rounded sea-green">
|
|
{{t 'Add a new emoji' }}
|
|
</button>
|
|
|
|
<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>
|
|
<div class="progressive-table-wrapper" data-simplebar>
|
|
<table class="table table-condensed table-striped wrapped-table admin_emoji_table">
|
|
<thead class="table-sticky-headers">
|
|
<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>
|
|
<tbody id="admin_emoji_table" class="required-text" data-empty="{{t 'No custom emoji.' }}"></tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|