|
|
|
@ -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>
|
|
|
|
|