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
<html:template
id="accountHubAddressBookOptionSelectTemplate"
>
<form
id="optionSelectForm"
class="account-hub-address-book-form"
slot="content"
>
<div class="hub-body option-select-body">
<button
id="syncExistingAccounts"
class="account-hub-option-button fetching"
name="subview"
value="accountSelectSubview"
disabled="disabled"
>
<img
class="address-book-option-icon sync-icon"
data-l10n-id="address-book-sync-existing-icon"
/>
<span
class="option-title"
data-l10n-id="address-book-sync-existing">
</span>
<span
id="syncExistingAccountsData"
class="option-data"
data-l10n-id="address-book-sync-existing-description"
>
</span>
</button>
<button
id="addRemoteAddressBook"
class="account-hub-option-button"
name="subview"
value="remoteAccountSubview"
>
<img
class="address-book-option-icon remote-address-book-icon"
data-l10n-id="address-book-add-remote-icon"
/>
<span
class="option-title"
data-l10n-id="address-book-add-remote">
</span>
<span
class="option-data"
data-l10n-id="address-book-add-remote-description"
>
</span>
</button>
<button
id="newLocalAddressBook"
class="account-hub-option-button"
name="subview"
value="localAddressBookSubview"
>
<img
class="address-book-option-icon local-address-book-icon"
data-l10n-id="address-book-add-local-icon"
/>
<span
class="option-title"
data-l10n-id="address-book-add-local">
</span>
<span
class="option-data"
data-l10n-id="address-book-add-local-description"
>
</span>
</button>
<button
id="newLdapAddressBook"
class="account-hub-option-button"
name="subview"
value="ldapAccountSubview"
>
<img
class="address-book-option-icon ldap-address-book-icon"
data-l10n-id="address-book-add-ldap-icon"
/>
<span
class="option-title"
data-l10n-id="address-book-add-ldap">
</span>
<span
class="option-data"
data-l10n-id="address-book-add-ldap-description"
>
</span>
</button>
</div>
</form>
</html:template>