blob: 8e4bd469f50685559f2d29a75b6230326c9235b5 [file] [log] [blame]
avm99963cbea3142019-03-28 00:48:15 +01001<!DOCTYPE html>
2<html>
3 <head>
4 <meta charset="utf-8">
5 <title>Options</title>
6 </head>
7 <body>
avm99963122dc9b2019-03-30 18:44:18 +01008 <p>
avm99963a3d1ef32019-03-30 23:33:29 +01009 <input type="checkbox" id="list"> <label for="list" data-i18n="list"></label><br>
10 <input type="checkbox" id="thread"> <label for="thread" data-i18n="thread"></label>
avm99963122dc9b2019-03-30 18:44:18 +010011 </p>
avm99963a3d1ef32019-03-30 23:33:29 +010012 <h4 data-i18n="enhancements"></h4>
avm99963122dc9b2019-03-30 18:44:18 +010013 <p>
avm99963a3d1ef32019-03-30 23:33:29 +010014 <input type="checkbox" id="fixedtoolbar"> <label for="fixedtoolbar" data-i18n="fixedtoolbar"></label><br>
15 <input type="checkbox" id="redirect"> <label for="redirect" data-i18n="redirect"></label> <span style="color: gray;" data-i18n="experimental_label"></span><br>
16 <input type="checkbox" id="history"> <label for="history" data-i18n="history"></label>
avm99963122dc9b2019-03-30 18:44:18 +010017 </p>
avm99963a3d1ef32019-03-30 23:33:29 +010018 <p style="text-align: center;"><button id="save" data-i18n="save"></button></p>
avm99963cbea3142019-03-28 00:48:15 +010019 <script src="options.js"></script>
20 </body>
21</html>