Overview
Comment: | [fx] WebExt: update help |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
6b206fd62dbdd837502493c6d7b75ba2 |
User & Date: | olr on 2017-09-07 08:02:40 |
Other Links: | manifest | tags |
Context
2017-09-07
| ||
08:36 | [fx] WebExt: update button and menu for textareas check-in: 2cc328babf user: olr tags: trunk, fx | |
08:02 | [fx] WebExt: update help check-in: 6b206fd62d user: olr tags: trunk, fx | |
2017-09-06
| ||
19:15 | [fx] WebExt: help update check-in: aa0b62f525 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/panel/main.css from [03b9002fd4] to [5d2b5548af].
︙ | ︙ | |||
156 157 158 159 160 161 162 | Help */ #help_page { display: none; padding: 20px; } #help_page h2 { | | | 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | Help */ #help_page { display: none; padding: 20px; } #help_page h2 { font: bold 20px 'Yanone Kaffeesatz', "Liberation Sans Narrow", sans-serif; color: hsl(210, 50%, 50%); } #help_page .shortcut { margin-top: 10px; font-weight: bold; font-size: 13px; } |
︙ | ︙ |
Modified gc_lang/fr/webext/panel/main.html from [e0432a8256] to [718e696348].
︙ | ︙ | |||
70 71 72 73 74 75 76 | <h1>OPTIONS GRAMMATICALES</h1> <div id="grammar_options"> ${webextOptionsHTML} </div> <div id="default_options_button" class="button blue center">Options par défaut</div> </section> <!-- #gc_options_page --> | | | | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | <h1>OPTIONS GRAMMATICALES</h1> <div id="grammar_options"> ${webextOptionsHTML} </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"> <p id="dictionaries_info" data-l10n-id="dictionaries_info">Section inactive. Le nouveau système d’extension de Firefox (WebExtension) ne propose pas encore d’interface de programmation pour le correcteur orthographique.</p> <div class="dict_section" id="fr-FR-modern_box"> <p><input type="checkbox" id="fr-FR-modern" /> <label for="fr-FR-modern">“Moderne”</label></p> <p class="dict_description">Ce dictionnaire propose l’orthographe telle qu’elle est écrite aujourd’hui le plus couramment. C’est le dictionnaire recommandé si le français n’est pas votre langue maternelle ou si vous ne désirez qu’une seule graphie correcte par mot.</p> </div> <div class="dict_section" id="fr-FR-classic_box"> <p><input type="checkbox" id="fr-FR-classic" /> <label for="fr-FR-classic">“Classique” (recommandé)</label></p> <p class="dict_description">Il s’agit du dictionnaire “Moderne”, avec des graphies classiques en sus, certaines encore communément utilisées, d’autres désuètes. C’est le dictionnaire recommandé si le français est votre langue maternelle.</p> |
︙ | ︙ |