Skip to content

Commit

Permalink
Rearrange miscellaneous options in General pane
Browse files Browse the repository at this point in the history
  • Loading branch information
proginosko committed Feb 14, 2018
1 parent faf0774 commit 8c98ff0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions options.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,13 +244,6 @@
</fieldset>
<fieldset>
<legend>Miscellaneous</legend>
<p>
Display warning message <input id="warnSecs" type="text" size="2" title="Leave blank for no warning"> seconds before site is blocked
</p>
<p>
<input id="warnImmediate" type="checkbox">
<label for="warnImmediate">Only display warning message on pages that will be immediately blocked</label>
</p>
<p>
<input id="contextMenu" type="checkbox">
<label for="contextMenu">Show context menu</label>
Expand All @@ -262,6 +255,13 @@
<input id="matchSubdomains" type="checkbox">
<label for="matchSubdomains">Block all subdomains (not just www)</label>
</p>
<p>
Display warning message <input id="warnSecs" type="text" size="2" title="Leave blank for no warning"> seconds before site is blocked
</p>
<p>
<input id="warnImmediate" type="checkbox">
<label for="warnImmediate">Only display warning message on pages that will be immediately blocked</label>
</p>
</fieldset>
<fieldset>
<legend>Export / Import</legend>
Expand Down

0 comments on commit 8c98ff0

Please sign in to comment.