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