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="accountHubAddressBookSyncTemplate"
>
<form
id="addressBookSyncForm"
class="account-hub-address-book-form"
slot="content"
>
<div class="hub-body sync-accounts-form-body">
<div id="addressBooks" class="sync-type-container">
<div class="sync-title">
<img src="" alt="" class="sync-icon address-book" />
<div class="sync-details">
<h1
class="title"
data-l10n-id="account-setup-address-books-button"
>
</h1>
<span id="selectedAddressBooks" class="subtitle"></span>
<button
id="selectAllAddressBooks"
type="button"
class="button primary-button button-sm select-all"
>
</button>
</div>
</div>
<div
id="addressBookAccountsContainer"
class="sync-input-container"
role="region"
aria-live="polite">
</div>
</div>
</div>
</form>
</html:template>