Overview
Comment: | [fx] lexicon editor: fix label |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fx | multid |
Files: | files | file ages | folders |
SHA3-256: |
61c499e9ea72c3c56b9b05be1048be9d |
User & Date: | olr on 2018-04-01 11:23:19 |
Other Links: | branch diff | manifest | tags |
Context
2018-04-02
| ||
12:01 | merge multid: personal dictionary & lexicon editor check-in: d121d08b07 user: olr tags: trunk, new_feature | |
2018-04-01
| ||
11:23 | [fx] lexicon editor: fix label Closed-Leaf check-in: 61c499e9ea user: olr tags: fx, multid | |
09:31 | [fr][bug] conj: test if tTags exists check-in: a89587a82c user: olr tags: fr, multid | |
Changes
Modified gc_lang/fr/webext/panel/lex_editor.html from [1204808fd3] to [66bbff43be].
︙ | ︙ | |||
204 205 206 207 208 209 210 | <h3 class="category" id="select_adverbe" data-tag="W">Adverbe</h3> <div id="section_adverbe" class="section"></div> <h3 class="category" id="select_nom_propre" data-tag="M">Nom propre</h3> <div id="section_nom_propre" class="section"> <div class="container"> <div class="block"> | | | 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 | <h3 class="category" id="select_adverbe" data-tag="W">Adverbe</h3> <div id="section_adverbe" class="section"></div> <h3 class="category" id="select_nom_propre" data-tag="M">Nom propre</h3> <div id="section_nom_propre" class="section"> <div class="container"> <div class="block"> <h3>Type</h3> <p><input type="radio" id="up_nom_propre_M1" name="pos_nom_propre" value=":M1" /><label for="up_nom_propre_M1"> Prénom</label></p> <p><input type="radio" id="up_nom_propre_M2" name="pos_nom_propre" value=":M2" /><label for="up_nom_propre_M2"> Patronyme</label></p> <p><input type="radio" id="up_nom_propre_MP" name="pos_nom_propre" value=":MP" /><label for="up_nom_propre_MP"> Autre</label></p> </div> <div class="block"> <h3>Genre</h3> <p><input type="radio" id="up_nom_propre_genre_e" name="genre_m" value=":e" /><label for="up_nom_propre_genre_e"> épicène</label></p> |
︙ | ︙ |