moved disable chat button

This commit is contained in:
barisusakli
2015-09-14 21:11:59 -04:00
parent 501bfbfc47
commit bb47761f6a
2 changed files with 9 additions and 6 deletions

View File

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

View File

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