mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-05 12:01:17 +01:00
moved disable chat button
This commit is contained in:
@@ -4,6 +4,14 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-2 col-xs-12 settings-header">Chat Settings</div>
|
||||
<div class="col-sm-10 col-xs-12">
|
||||
<div class="form-group">
|
||||
<div class="checkbox">
|
||||
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
|
||||
<input type="checkbox" class="mdl-switch__input" id="showSiteTitle" data-field="disableChat">
|
||||
<span class="mdl-switch__label"><strong>Disable chat</strong></span>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<strong>Chat Message Inbox Size</strong><br /> <input type="text" class="form-control" value="250" data-field="chatMessageInboxSize">
|
||||
</div>
|
||||
|
||||
@@ -90,12 +90,7 @@
|
||||
<span class="mdl-switch__label"><strong>Disable social buttons</strong></span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
|
||||
<input type="checkbox" class="mdl-switch__input" id="showSiteTitle" data-field="disableChat">
|
||||
<span class="mdl-switch__label"><strong>Disable chat</strong></span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user