mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
settings: Indent UI settings checkboxes.
This commit is contained in:
parent
968c4e7586
commit
375b25c91f
@ -5,30 +5,33 @@
|
||||
|
||||
<h3 class="light">{{t "UI Settings"}}</h3>
|
||||
|
||||
<div class="input-group">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" class="inline-block" name="autoscroll_forever" id="autoscroll_forever"
|
||||
{{#if page_params.autoscroll_forever}}
|
||||
checked="checked"
|
||||
{{/if}} />
|
||||
<span></span>
|
||||
</label>
|
||||
<label for="autoscroll_forever" class="inline-block">
|
||||
{{t "Always auto-scroll to new messages" }}
|
||||
</label>
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" class="inline-block" name="default_desktop_notifications" id="default_desktop_notifications"
|
||||
{{#if page_params.default_desktop_notifications}}
|
||||
checked="checked"
|
||||
{{/if}} />
|
||||
<span></span>
|
||||
</label>
|
||||
<label for="default_desktop_notifications" class="inline-block">
|
||||
{{t "Enable desktop notifications for new streams" }}
|
||||
</label>
|
||||
<div class="side-padded-container">
|
||||
<div class="input-group">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" class="inline-block" name="autoscroll_forever" id="autoscroll_forever"
|
||||
{{#if page_params.autoscroll_forever}}
|
||||
checked="checked"
|
||||
{{/if}} />
|
||||
<span></span>
|
||||
</label>
|
||||
<label for="autoscroll_forever" class="inline-block">
|
||||
{{t "Always auto-scroll to new messages" }}
|
||||
</label>
|
||||
</div>
|
||||
<div class="input-group">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox" class="inline-block" name="default_desktop_notifications" id="default_desktop_notifications"
|
||||
{{#if page_params.default_desktop_notifications}}
|
||||
checked="checked"
|
||||
{{/if}} />
|
||||
<span></span>
|
||||
</label>
|
||||
<label for="default_desktop_notifications" class="inline-block">
|
||||
{{t "Enable desktop notifications for new streams" }}
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="input-group no-border">
|
||||
<div class="ui-submission">
|
||||
<input type="submit" name="change_settings" value="{{t 'Save changes' }}" class="button rounded sea-green" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user