blob: 5013134964772f9d075ebb06d6d106d81002a80f [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>
avm999636d9c5fe2019-06-04 00:35:53 +02006 <link rel="stylesheet" href="options.css">
avm99963cbea3142019-03-28 00:48:15 +01007 </head>
8 <body>
avm99963122dc9b2019-03-30 18:44:18 +01009 <p>
avm999636d9c5fe2019-06-04 00:35:53 +020010 <input type="checkbox" id="thread"> <label for="thread" data-i18n="thread"></label><br>
11 <input type="checkbox" id="threadall"> <label for="threadall" data-i18n="threadall"></label>
avm99963122dc9b2019-03-30 18:44:18 +010012 </p>
avm99963a3d1ef32019-03-30 23:33:29 +010013 <h4 data-i18n="enhancements"></h4>
avm99963122dc9b2019-03-30 18:44:18 +010014 <p>
avm99963a3d1ef32019-03-30 23:33:29 +010015 <input type="checkbox" id="fixedtoolbar"> <label for="fixedtoolbar" data-i18n="fixedtoolbar"></label><br>
16 <input type="checkbox" id="redirect"> <label for="redirect" data-i18n="redirect"></label> <span style="color: gray;" data-i18n="experimental_label"></span><br>
avm999636d9c5fe2019-06-04 00:35:53 +020017 <input type="checkbox" id="history"> <label for="history" data-i18n="history"></label><br>
avm99963af7860e2019-06-04 03:33:26 +020018 <input type="checkbox" id="loaddrafts"> <label for="loaddrafts" data-i18n="loaddrafts"></label> <span style="color: gray;" data-i18n="experimental_label"></span><br>
avm99963c19497f2019-08-23 00:15:11 +020019 <input type="checkbox" id="batchduplicate"> <label for="batchduplicate" data-i18n="batchduplicate"></label> <span style="color: gray;" data-i18n="experimental_label"></span><br>
avm99963122dc9b2019-03-30 18:44:18 +010020 </p>
avm99963a3d1ef32019-03-30 23:33:29 +010021 <p style="text-align: center;"><button id="save" data-i18n="save"></button></p>
avm99963cbea3142019-03-28 00:48:15 +010022 <script src="options.js"></script>
23 </body>
24</html>