Overview
| Comment: | [fx] About panel: add origin to website hyperlink |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk | fx |
| Files: | files | file ages | folders |
| SHA3-256: |
a890bfa8849e8fc7967b2648b1cb7ac4 |
| User & Date: | olr on 2018-02-28 07:43:45 |
| Other Links: | manifest | tags |
Context
|
2018-03-01
| ||
| 07:57 | [build] display hour at the end of the build process check-in: a502aa20c3 user: olr tags: trunk, build | |
|
2018-02-28
| ||
| 07:50 | merge trunk check-in: a973e9aad8 user: olr tags: multid | |
| 07:43 | [fx] About panel: add origin to website hyperlink check-in: a890bfa884 user: olr tags: trunk, fx | |
| 07:35 | [fr] confusion <quelle(s)/qu’elle(s)> check-in: d1cdfbf2d3 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/webext/panel/main.html from [2d4092fcfc] to [2f5e7b7df9].
| ︙ | ︙ | |||
30 31 32 33 34 35 36 |
<section id="home_page" class="page">
<div id="mainlogo">
<div class="center"><img src="../img/logo120_text.png" alt="Grammalecte"></div>
<p class="underline center">
Version ${version}
</p>
| | | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 |
<section id="home_page" class="page">
<div id="mainlogo">
<div class="center"><img src="../img/logo120_text.png" alt="Grammalecte"></div>
<p class="underline center">
Version ${version}
</p>
<p id="link_website" class="link center" data-url="http://grammalecte.net/?from=grammalecte-fx">Site web</p>
<p class="notice center">
Grammalecte est un correcteur grammatical open source sous <span id="link_gpl" class="link" data-url="https://www.gnu.org/licenses/gpl.html">licence GPL 3</span>
</p>
</div>
<div id="thanks">
<p class="center" data-l10n-id="thanks1">Grammalecte remercie</p>
|
| ︙ | ︙ |