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
<header id="accountHubHeader" class="hub-header">
<div id="brandingHeader" class="branding-header" hidden="hidden">
<h1>
<span class="branding-header-name" data-l10n-id="account-hub-brand"></span>
<span class="branding-header-title" data-l10n-id="account-hub-title"></span>
</h1>
</div>
<!-- Title Text for Email Setup -->
<h1 id="accountHubHeaderTitle"
class="sub-view-title">
<slot name="title"></slot>
</h1>
<!-- Sub Header Text for Email Setup -->
<p id="accountHubHeaderSubHeader"
class="sub-view-subheader">
<slot name="subheader"></slot>
</p>
<details id="emailFormNotification" class="notification-bar">
<summary id="emailFormNotificationSummary"
class="notification-title-container">
<img class="form-icon notification-icon icon-warning"
alt=""/>
<img class="form-icon notification-icon icon-success"
alt="" />
<img class="form-icon notification-icon icon-info"
alt="" />
<img class="form-icon notification-icon icon-danger"
alt="" />
<p id="emailFormNotificationTitle" class="notification-title"></p>
<div id="emailFormNotificationToggle">
<span data-l10n-id="account-hub-notification-show-more"></span>
<span data-l10n-id="account-hub-notification-show-less"></span>
</div>
</summary>
<p id="emailFormNotificationText" class="notification-text"></p>
</details>
</header>
</html:template>