avm99963 | cbea314 | 2019-03-28 00:48:15 +0100 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
| 5 | <title>Options</title> |
avm99963 | 6d9c5fe | 2019-06-04 00:35:53 +0200 | [diff] [blame] | 6 | <link rel="stylesheet" href="options.css"> |
avm99963 | cbea314 | 2019-03-28 00:48:15 +0100 | [diff] [blame] | 7 | </head> |
| 8 | <body> |
avm99963 | 122dc9b | 2019-03-30 18:44:18 +0100 | [diff] [blame] | 9 | <p> |
avm99963 | 6d9c5fe | 2019-06-04 00:35:53 +0200 | [diff] [blame] | 10 | <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> |
avm99963 | 122dc9b | 2019-03-30 18:44:18 +0100 | [diff] [blame] | 12 | </p> |
avm99963 | a3d1ef3 | 2019-03-30 23:33:29 +0100 | [diff] [blame] | 13 | <h4 data-i18n="enhancements"></h4> |
avm99963 | 122dc9b | 2019-03-30 18:44:18 +0100 | [diff] [blame] | 14 | <p> |
avm99963 | a3d1ef3 | 2019-03-30 23:33:29 +0100 | [diff] [blame] | 15 | <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> |
avm99963 | 6d9c5fe | 2019-06-04 00:35:53 +0200 | [diff] [blame] | 17 | <input type="checkbox" id="history"> <label for="history" data-i18n="history"></label><br> |
avm99963 | af7860e | 2019-06-04 03:33:26 +0200 | [diff] [blame] | 18 | <input type="checkbox" id="loaddrafts"> <label for="loaddrafts" data-i18n="loaddrafts"></label> <span style="color: gray;" data-i18n="experimental_label"></span><br> |
avm99963 | c19497f | 2019-08-23 00:15:11 +0200 | [diff] [blame] | 19 | <input type="checkbox" id="batchduplicate"> <label for="batchduplicate" data-i18n="batchduplicate"></label> <span style="color: gray;" data-i18n="experimental_label"></span><br> |
avm99963 | ae6a26d | 2020-04-12 14:03:51 +0200 | [diff] [blame] | 20 | <input type="checkbox" id="increasecontrast"> <label for="increasecontrast" data-i18n="increasecontrast"></label><br> |
avm99963 | 122dc9b | 2019-03-30 18:44:18 +0100 | [diff] [blame] | 21 | </p> |
avm99963 | a3d1ef3 | 2019-03-30 23:33:29 +0100 | [diff] [blame] | 22 | <p style="text-align: center;"><button id="save" data-i18n="save"></button></p> |
avm99963 | cbea314 | 2019-03-28 00:48:15 +0100 | [diff] [blame] | 23 | <script src="options.js"></script> |
| 24 | </body> |
| 25 | </html> |