blob: 6af3c2660237c9e917e015c3804455bb4491ceec [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>
avm99963a3d1ef32019-03-30 23:33:29 +010010 <input type="checkbox" id="list"> <label for="list" data-i18n="list"></label><br>
avm999636d9c5fe2019-06-04 00:35:53 +020011 <input type="checkbox" id="thread"> <label for="thread" data-i18n="thread"></label><br>
12 <input type="checkbox" id="threadall"> <label for="threadall" data-i18n="threadall"></label>
avm99963122dc9b2019-03-30 18:44:18 +010013 </p>
avm99963a3d1ef32019-03-30 23:33:29 +010014 <h4 data-i18n="enhancements"></h4>
avm99963122dc9b2019-03-30 18:44:18 +010015 <p>
avm99963a3d1ef32019-03-30 23:33:29 +010016 <input type="checkbox" id="fixedtoolbar"> <label for="fixedtoolbar" data-i18n="fixedtoolbar"></label><br>
17 <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 +020018 <input type="checkbox" id="history"> <label for="history" data-i18n="history"></label><br>
avm99963af7860e2019-06-04 03:33:26 +020019 <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 +020020 <input type="checkbox" id="batchduplicate"> <label for="batchduplicate" data-i18n="batchduplicate"></label> <span style="color: gray;" data-i18n="experimental_label"></span><br>
21 <input type="checkbox" id="escalatethreads"> <label for="escalatethreads" data-i18n="escalatethreads"></label> <span style="color: gray;" data-i18n="experimental_label"></span><br>
avm99963eb2d0b82019-10-07 22:58:55 +020022 <input type="checkbox" id="movethreads"> <label for="movethreads" data-i18n="movethreads"></label> <span style="color: gray;" data-i18n="experimental_label"></span><br>
avm99963122dc9b2019-03-30 18:44:18 +010023 </p>
avm99963a3d1ef32019-03-30 23:33:29 +010024 <p style="text-align: center;"><button id="save" data-i18n="save"></button></p>
avm99963cbea3142019-03-28 00:48:15 +010025 <script src="options.js"></script>
26 </body>
27</html>