Overview
Comment: | [fx] main panel: don’t wrap link text content with <b> |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
75737f3b7b663c44981cbffb02b7ad8e |
User & Date: | olr on 2020-03-26 22:45:38 |
Other Links: | manifest | tags |
Context
2020-03-27
| ||
10:13 | [build] aHSL for colors [fx] new error underlining check-in: b210b1ca73 user: olr tags: trunk, build, fx | |
2020-03-26
| ||
22:45 | [fx] main panel: don’t wrap link text content with <b> check-in: 75737f3b7b user: olr tags: trunk, fx | |
20:18 | [fr] faux positif et ajustements check-in: 4a0ef811b3 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/panel/main.html from [5cd55b7871] to [df38359260].
︙ | ︙ | |||
165 166 167 168 169 170 171 | <div id="test_cmd"> <h1>ZONE DE TEST</h1> <p>Section de contrôle pour le développement du logiciel…</p> <div id="restart_worker" class="button blue fright">Redémarrer le worker</div> <div id="fulltests_button" class="button blue">Tests complets</div> <textarea id="text_to_test" rows="10"></textarea> <div id="text_to_test_button" class="button green">Analyser</div> | | | 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 | <div id="test_cmd"> <h1>ZONE DE TEST</h1> <p>Section de contrôle pour le développement du logiciel…</p> <div id="restart_worker" class="button blue fright">Redémarrer le worker</div> <div id="fulltests_button" class="button blue">Tests complets</div> <textarea id="text_to_test" rows="10"></textarea> <div id="text_to_test_button" class="button green">Analyser</div> <div id="link_testpage" class="button link" data-url="https://grammalecte.net/test.html">Page de test</div> </div> <pre id="tests_result"></pre> </section> <!-- #test_page --> <section id="info_page" class="page"> <h1>INFORMATIONS</h1> |
︙ | ︙ |