Browse Source

Do not use a separate section for a single checkbox.

pull/217/head
Simon Eisenmann 10 years ago
parent
commit
0373580755
  1. 23
      static/partials/settings.html

23
static/partials/settings.html

@ -110,6 +110,16 @@ @@ -110,6 +110,16 @@
<span class="help-block">{{_('Set alternative room to join at start.')}}</span>
</div>
</div>
<div class="form-group">
<label class="col-xs-4 control-label">{{_('Notification sounds')}}</label>
<div class="col-xs-8">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="user.settings.playSoundEffects"/>&nbsp;
</label>
</div>
</div>
</div>
<div class="form-group" ng-show="desktopNotify.supported">
<label class="col-xs-4 control-label">{{_('Desktop notification')}}</label>
<div class="col-xs-8">
@ -265,19 +275,6 @@ @@ -265,19 +275,6 @@
</div>
</div>
<div>
<legend>{{_('Sound effects')}}</legend>
<div class="form-group">
<div class="col-xs-8 col-xs-offset-4">
<div class="checkbox">
<label>
<input type="checkbox" ng-model="user.settings.playSoundEffects"> {{_('Play Sound Effects')}}
</label>
</div>
</div>
</div>
</div>
<hr/>
<div class="form-group">

Loading…
Cancel
Save