mirror of https://github.com/zulip/zulip.git
display-settings: Move emoticons option after emoji style.
This new position is clearer about its role.
This commit is contained in:
parent
b42a7b1701
commit
4b8dda24d0
|
@ -85,19 +85,6 @@
|
||||||
<h3 class="inline-block light">Emoji style</h3>
|
<h3 class="inline-block light">Emoji style</h3>
|
||||||
<div class="alert-notification" id="emoji-settings-status"></div>
|
<div class="alert-notification" id="emoji-settings-status"></div>
|
||||||
|
|
||||||
<div class="input-group side-padded-container">
|
|
||||||
<label class="checkbox">
|
|
||||||
<input type="checkbox" name="translate_emoticons" id="translate_emoticons"
|
|
||||||
{{#if page_params.translate_emoticons}}
|
|
||||||
checked="checked"
|
|
||||||
{{/if}} />
|
|
||||||
<span></span>
|
|
||||||
</label>
|
|
||||||
<label for="translate_emoticons" class="inline-block">
|
|
||||||
{{t "Translate emoticons (convert <code>:)</code> to 😃 in messages)" }}
|
|
||||||
</label>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="input-group side-padded-container">
|
<div class="input-group side-padded-container">
|
||||||
<div class="emojiset_choices grey-box">
|
<div class="emojiset_choices grey-box">
|
||||||
{{#each page_params.emojiset_choices }}
|
{{#each page_params.emojiset_choices }}
|
||||||
|
@ -118,5 +105,18 @@
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="input-group side-padded-container">
|
||||||
|
<label class="checkbox">
|
||||||
|
<input type="checkbox" name="translate_emoticons" id="translate_emoticons"
|
||||||
|
{{#if page_params.translate_emoticons}}
|
||||||
|
checked="checked"
|
||||||
|
{{/if}} />
|
||||||
|
<span></span>
|
||||||
|
</label>
|
||||||
|
<label for="translate_emoticons" class="inline-block">
|
||||||
|
{{t "Translate emoticons (convert <code>:)</code> to 😃 in messages)" }}
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue