Overview
Comment: | [fx] change notice in dictionary options panel |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
8e9eda66c46d19f8251b48c12078a5a9 |
User & Date: | olr on 2018-03-05 15:45:49 |
Other Links: | manifest | tags |
Context
2018-03-05
| ||
15:47 | [fx] fix gc options loading at startup (at least for Chrome) check-in: 0734ff8f6b user: olr tags: trunk, fx | |
15:45 | [fx] change notice in dictionary options panel check-in: 8e9eda66c4 user: olr tags: trunk, fx | |
2018-03-03
| ||
15:35 | [fr] espaces sur bookmarks check-in: a33ce03346 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/panel/main.html from [b94d7e073e] to [8eedb25cf8].
︙ | |||
98 99 100 101 102 103 104 | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 | - + | </div> <div id="default_options_button" class="button blue center">Options par défaut</div> </section> <!-- #gc_options_page --> <section id="sc_options_page" class="page" style="opacity: .25"> <h1>OPTIONS ORTHOGRAPHIQUES</h1> <div id="spelling_options"> |
︙ | |||
133 134 135 136 137 138 139 140 141 142 143 144 | 133 134 135 136 137 138 139 140 141 142 143 144 145 | + | <pre id="tests_result"></pre> </section> <!-- #test_page --> </div> <!-- #page --> </div> <!-- #main --> <script src="../grammalecte/graphspell/helpers.js"></script> <script src="main.js"></script> </body> </html> |