Revision control

Copy as Markdown

Other Tools

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
<html:template id="accountHubFooterTemplate" class="hub-footer" xmlns="http://www.w3.org/1999/xhtml">
<!-- Email setup footer -->
<footer id="accountHubFooter">
<menu id="accountHubFooterMenu" class="dialog-menu-container two-columns">
<li id="footerButtonsLeftColumn">
<button id="custom"
class="footer-secondary footer-button"
type="button"
disabled="disabled"
hidden="hidden">
</button>
</li>
<li id="footerButtonsRightColumn">
<button id="back"
type="button"
data-l10n-id="account-hub-email-back-button"
class="footer-secondary footer-button"
hidden="hidden">
</button>
<button id="forward"
data-l10n-id="account-hub-email-continue-button"
class="footer-primary footer-button"
disabled="disabled">
</button>
</li>
</menu>
<hr/>
<ul class="reset-list footer-links">
<li>
data-l10n-id="account-hub-support"
onclick="openLinkExternally(this.href);">
</a>
</li>
<li hidden="hidden">
<a id="hubReleaseNotes"
href=""
data-l10n-id="account-hub-release-notes"
onclick="openLinkExternally(this.href)">
</a>
</li>
<li>
data-l10n-id="account-hub-donate"
onclick="openLinkExternally(this.href);">
</a>
</li>
</ul>
</footer>
</html:template>