2017-06-02 06:30:00 +02:00
|
|
|
<div id="emoji-settings" data-name="emoji-settings" class="settings-section {{#unless realm_add_emoji_by_admins_only}}can-edit{{/unless}}">
|
|
|
|
{{#if realm_add_emoji_by_admins_only}}
|
|
|
|
<div class='tip'>{{t '<a href="#organization/organization-permissions">Only administrators</a> can add custom emoji in this organization.' }}</div>
|
|
|
|
{{else}}
|
|
|
|
<div class='tip'>{{t 'Any user can add custom emoji in this organization.' }}</div>
|
|
|
|
{{/if}}
|
2017-04-15 05:28:31 +02:00
|
|
|
<div class="admin-table-wrapper">
|
|
|
|
<p>{{#tr this}}Add extra emoji for members of the __realm_name__ organization.{{/tr}}</p>
|
|
|
|
<table class="table table-condensed table-striped admin_emoji_table">
|
|
|
|
<tbody id="admin_emoji_table">
|
|
|
|
<th>{{t "Name" }}</th>
|
|
|
|
<th class="image">{{t "Image" }}</th>
|
|
|
|
<th class="image">{{t "Author" }}</th>
|
2017-05-18 22:03:03 +02:00
|
|
|
<th class="actions">{{t "Actions" }}</th>
|
2017-04-15 05:28:31 +02:00
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
2017-07-11 21:59:40 +02:00
|
|
|
<form class="form-horizontal admin-emoji-form {{#unless can_admin_emojis}}hide{{/unless}}">
|
2017-04-15 05:28:31 +02:00
|
|
|
<div class="add-new-emoji-box grey-bg green-bg">
|
|
|
|
<div class="new-emoji-form">
|
|
|
|
<div class="settings-section-title new-emoji-section-title no-padding">{{t "Add a new emoji" }}</div>
|
|
|
|
<div class="alert" id="admin-emoji-status"></div>
|
|
|
|
<div class="input-group">
|
|
|
|
<label for="emoji_name">{{t "Emoji name" }}</label>
|
|
|
|
<input type="text" name="name" id="emoji_name" placeholder="mouse_face" />
|
|
|
|
</div>
|
|
|
|
<div class="input-group">
|
2017-03-13 05:45:50 +01:00
|
|
|
<p id="emoji-file-name"></p>
|
|
|
|
<input type="file" name="emoji_file_input" class="notvisible"
|
|
|
|
id="emoji_file_input" value="{{t 'Upload emoji' }}"/>
|
|
|
|
<button class="btn btn-default display-none" id="emoji_image_clear_button">{{t "Clear emoji image" }}</button>
|
2017-06-06 01:57:22 +02:00
|
|
|
<button class="button" id="emoji_upload_button">{{t "Upload emoji" }}</button>
|
2017-03-13 05:45:50 +01:00
|
|
|
<p id="emoji_file_input_error" class="text-error"></p>
|
2017-04-15 05:28:31 +02:00
|
|
|
</div>
|
2017-06-06 01:57:22 +02:00
|
|
|
<button type="submit" class="button rounded sea-green">
|
2017-03-18 10:44:00 +01:00
|
|
|
{{t 'Add emoji' }}
|
|
|
|
</button>
|
2017-04-15 05:28:31 +02:00
|
|
|
</div>
|
2016-10-05 02:40:00 +02:00
|
|
|
</div>
|
2017-04-15 05:28:31 +02:00
|
|
|
</form>
|
2016-10-05 02:40:00 +02:00
|
|
|
</div>
|