Overview
| Comment: | [fx] don’t display buttons by default |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
e57f451fec9c9997dd65e747e99f50b4 |
| User & Date: | olr on 2017-10-23 10:22:14 |
| Other Links: | manifest | tags |
Context
|
2017-10-23
| ||
| 10:23 | [fx] fix grammar error check-in: 2176a6a2f9 user: olr tags: trunk, fx | |
| 10:22 | [fx] don’t display buttons by default check-in: e57f451fec user: olr tags: trunk, fx | |
| 10:16 | [fx][bug] tooltip positioning when window is enlarged check-in: b2893d0cb3 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/background.js from [cf0aedc320] to [20ce4550dd].
| ︙ | |||
71 72 73 74 75 76 77 | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | - + |
showError(e);
}
};
function initUIOptions (dSavedOptions) {
if (!dSavedOptions.hasOwnProperty("ui_options")) {
browser.storage.local.set({"ui_options": {
|
| ︙ |
Modified gc_lang/fr/webext/panel/main.html from [7c25abff9f] to [0cc2fa6313].
| ︙ | |||
58 59 60 61 62 63 64 | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | - + |
<h2>Boutons d’accès</h2>
<p>Grammalecte peut aussi afficher un bouton d’accès au menu en bas à gauche des zones de texte pour accéder aux fonctionnalités existantes.</p>
<p class="right"><img src="../img/menu_button1.png" title="bouton du menu" /></p>
<p class="right"><img src="../img/menu_button2.png" title="menu" /></p>
<p>Vous pouvez activer ou désactiver l’affichage de ces boutons sur les zones de texte. Il existe deux types de zones de texte.</p>
<div class="option_section" id="ui_option_textarea_box">
<p><input type="checkbox" id="ui_option_textarea" /> <label for="ui_option_textarea">“Textareas”</label></p>
|
| ︙ |