Mercurial > addons > firefox-addons > feed-preview
diff options/options.html @ 29:688d75e554e0
Add option to expand feed entries by default
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Mon, 21 Jan 2019 15:15:59 +0100 |
parents | ff5e5e3eba32 |
children | d9cc8e88d297 |
line wrap: on
line diff
--- a/options/options.html Mon Jan 21 08:22:52 2019 +0100 +++ b/options/options.html Mon Jan 21 15:15:59 2019 +0100 @@ -50,5 +50,11 @@ <button type="submit" name="add" class="browser-style"> </div> </form> + <h1 id="feed-preview-title"></h1> + <form id="feed-preview"> + <input type="checkbox" id="expand-entries" name="expand-entries"> + <label for="expand-entries"> + </label> + </form> </body> </html>