Overview
| Comment: | [fx][tb][lo] add param <from> to URLs in About dialogs |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | tb | fx | lo |
| Files: | files | file ages | folders |
| SHA3-256: |
339ba64092a7e436699abbb199818c33 |
| User & Date: | olr on 2017-07-26 06:54:11 |
| Other Links: | manifest | tags |
Context
|
2017-07-26
| ||
| 07:55 | [fr] mise à jour du dictionnaire (v6.2) check-in: d72854df19 user: olr tags: trunk, fr | |
| 06:54 | [fx][tb][lo] add param <from> to URLs in About dialogs check-in: 339ba64092 user: olr tags: trunk, tb, fx, lo | |
| 06:35 | [fx][tb][lo] sponsor logo check-in: 3d6ad53890 user: olr tags: trunk, tb, fx, lo | |
Changes
Modified gc_lang/fr/oxt/About/About.py from [f526b1fdf8] to [030798e09e].
| ︙ | |||
78 79 80 81 82 83 84 | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | - + - + - + |
imgMainLogo = self._addWidget('imgMainLogo', 'ImageControl', 5, 5, 150, 80, ImageURL = sExtPath+"/img/logo120_text.png", Border = 0, ScaleMode = 1)
# Infos
#lblTitle = self._addWidget('lblTitle', 'FixedText', 60, 5, 100, 20, Label = dUI.get('title', "#err"), Align = 0, FontDescriptor = xFD0)
lblVersion = self._addWidget('lblVersion', 'FixedText', 5, 90, nLblWidth, 10, Label = dUI.get('version', "#err"), Align = 1, FontDescriptor = xFD2)
lblLicense = self._addWidget('lblLicense', 'FixedText', 5, 100, nLblWidth, 10, Label = dUI.get('license', "#err"), Align = 1, FontDescriptor = xFD2)
lblWebsite = self._addWidget('lblWebsite', 'FixedHyperlink', 5, 110, nLblWidth, 10, Label = dUI.get('website', "#err"), Align = 1, \
|
| ︙ |
Modified gc_lang/fr/tb/content/about.xul from [1da2e648a3] to [fc21852913].
| ︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - + - + - + |
<description style="text-align: center;">
<image src="chrome://grammarchecker/skin/logo120_text.png" />
</description>
<label class="descr">&description1;</label>
<label class="descr">&description2;</label>
<label class="stdlabel" value="&version; ${version}" />
<label class="stdlabel" value="&license; GPL 3" />
|
Modified gc_lang/fr/xpi/data/about_panel.html from [140370139e] to [d97e8549df].
| ︙ | |||
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 | - + - + - + |
<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 [c09e19a784] to [167eaa05ef].
| ︙ | |||
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 | - + - + - + |
});
document.getElementById('conjugueur').addEventListener("click", function (event) {
self.port.emit('openConjugueur');
});
document.getElementById('website').addEventListener("click", function (event) {
|
| ︙ |