Link labels with checkboxes in settings pane (#2704)
This commit is contained in:
parent
f3b6161c75
commit
e3ddf280fe
1 changed files with 2 additions and 2 deletions
|
@ -89,14 +89,14 @@
|
|||
<hr>
|
||||
<div class='spell-check-setting'>
|
||||
<h3>{{ spellCheckHeader }}</h3>
|
||||
<input type='checkbox' name='spell-check-setting' />
|
||||
<input type='checkbox' name='spell-check-setting' id='spell-check-setting' />
|
||||
<label for='spell-check-setting'>{{ spellCheckDescription }}</label>
|
||||
</div>
|
||||
<hr>
|
||||
<div class='permissions-setting'>
|
||||
<h3>{{ permissions }}</h3>
|
||||
<div class='media-permissions'>
|
||||
<input type='checkbox' name='media-permissions' />
|
||||
<input type='checkbox' name='media-permissions' id='media-permissions' />
|
||||
<label for='media-permissions'>{{ mediaPermissionsDescription }}</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue