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="accountHubAddressBookLocalFormTemplate"
>
<form
id="localAddressBookForm"
class="account-hub-address-book-form"
slot="content"
>
<div class="hub-body email-form-body">
<div class="input-control">
<input
id="addressBookName"
class="input-field animated"
aria-invalid="false"
aria-errormessage="nameErrorMessage"
placeholder=""
required="required" />
<label
for="addressBookName"
class="animated"
data-l10n-id="account-hub-local-address-book-label"
data-l10n-attrs="accesskey">
</label>
<img
id="nameWarning"
src=""
data-l10n-id="account-setup-email-warning-icon"
alt=""
class="form-icon icon-danger input-warning" />
<img
id="nameSuccess"
src=""
alt=""
class="form-icon icon-success input-success" />
<span
id="nameErrorMessage"
class="input-error-message"
data-l10n-id="account-hub-local-error-text">
</span>
</div>
</div>
<button type="submit" hidden="hidden"></button>
</form>
</html:template>