Overview
Comment: | [tb] new sponsor + [update links] |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | tb | fx |
Files: | files | file ages | folders |
SHA3-256: |
5e81756984f80c8019363a936df5aaac |
User & Date: | olr on 2017-07-25 13:23:31 |
Other Links: | manifest | tags |
Context
2017-07-25
| ||
14:29 | [lo] add sponsor check-in: 3c5573f4c3 user: olr tags: trunk, lo | |
13:23 | [tb] new sponsor + [update links] check-in: 5e81756984 user: olr tags: trunk, tb, fx | |
13:11 | [fx] add new sponsor check-in: a6a509dd71 user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/tb/content/about.xul from [f56729e17b] to [1da2e648a3].
︙ | |||
24 25 26 27 28 29 30 31 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | + + + - + | <label id="website" value="Site web" onclick="openInTabURL('http://grammalecte.net');" /> <separator class="groove" orient="horizontal" style="margin: 10px;"/> <label class="stdlabel" value="&thanks;" /> <image src="chrome://grammarchecker/skin/LaMouette_small.png" style="cursor: pointer;" onclick="openInTabURL('http://lamouette.org/');" /> <label class="stdlabel" value="&" /> <image src="chrome://grammarchecker/skin/Algoo_logo.png" style="cursor: pointer;" onclick="openInTabURL('https://www.algoo.fr/');" /> <label id="contrib" value="&contrib;" |
Modified gc_lang/fr/tb/skin/LaMouette_small.png from [6778e9b924] to [61c7247845].
cannot compute difference between binary files
Modified gc_lang/fr/xpi/data/about_panel.html from [e28f7e3f54] to [140370139e].
︙ | |||
53 54 55 56 57 58 59 | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | - + - + - + - + | <p class="dict_description" data-l10n-id="dict_classic_reform_descr"></p> </div> </div> <footer id="promo"> <p class="center"> <span data-l10n-id="general_info"></span> · |
Modified gc_lang/fr/xpi/data/about_panel.js from [382aa0fb44] to [c09e19a784].
︙ | |||
49 50 51 52 53 54 55 | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 | - + - + - + - + | }); document.getElementById('conjugueur').addEventListener("click", function (event) { self.port.emit('openConjugueur'); }); document.getElementById('website').addEventListener("click", function (event) { |
︙ |