Bug 1047395 - Add a link to the release notes from the about page r=florian

This commit is contained in:
Sylvestre Ledru 2015-12-23 20:38:31 +01:00
Родитель 0f12a580d4
Коммит c748366850
3 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -37,6 +37,10 @@
margin-right: 0; margin-right: 0;
} }
#releasenotes {
margin-top: 10px;
}
#distribution, #distribution,
#distributionId { #distributionId {
display: none; display: none;

Просмотреть файл

@ -44,7 +44,13 @@
<hbox id="clientBox"> <hbox id="clientBox">
<vbox id="leftBox" flex="1"/> <vbox id="leftBox" flex="1"/>
<vbox id="rightBox" flex="1"> <vbox id="rightBox" flex="1">
<hbox align="baseline">
#expand <label id="version">__MOZ_APP_VERSION_DISPLAY__</label> #expand <label id="version">__MOZ_APP_VERSION_DISPLAY__</label>
#ifndef NIGHTLY_BUILD
#expand <label id="releasenotes" class="text-link" href="https://www.mozilla.org/firefox/__MOZ_APP_VERSION__/releasenotes/">&releaseNotes.link;</label>
#endif
</hbox>
<label id="distribution" class="text-blurb"/> <label id="distribution" class="text-blurb"/>
<label id="distributionId" class="text-blurb"/> <label id="distributionId" class="text-blurb"/>

Просмотреть файл

@ -46,6 +46,8 @@
<!ENTITY helpus.getInvolvedLink "get involved!"> <!ENTITY helpus.getInvolvedLink "get involved!">
<!ENTITY helpus.end ""> <!ENTITY helpus.end "">
<!ENTITY releaseNotes.link "What's new">
<!-- LOCALIZATION NOTE (bottomLinks.license): This is a link title that links to about:license. --> <!-- LOCALIZATION NOTE (bottomLinks.license): This is a link title that links to about:license. -->
<!ENTITY bottomLinks.license "Licensing Information"> <!ENTITY bottomLinks.license "Licensing Information">