1 <div id=
"autofill-options" class=
"page" hidden
>
2 <div class=
"close-button"></div>
3 <h1 i18n-content=
"autofillOptionsPage"></h1>
4 <div class=
"content-area">
5 <!-- TODO(estade): This checkbox shouldn't show if you're not signed into
6 sync. Or perhaps it should show with a link to go sign in with sync?
8 <div id=
"autofill-wallet-setting-area" class=
"checkbox">
10 <input pref=
"autofill.wallet_import_enabled" type=
"checkbox">
11 <span i18n-content=
"autofillWalletOption"></span>
14 <div class=
"checkbox">
16 <input pref=
"autofill.use_mac_address_book" type=
"checkbox"
17 id=
"autofill-use-mac-address-book-checkbox"
18 metric=
"Options_AutofillAuxiliaryProfiles">
19 <span i18n-content=
"auxiliaryProfilesEnabled"></span>
23 <h3 i18n-content=
"autofillAddresses"></h3>
24 <div class=
"settings-list">
25 <list id=
"address-list"></list>
27 <button id=
"autofill-add-address" i18n-content=
"autofillAddAddress">
32 <h3 i18n-content=
"autofillCreditCards"></h3>
33 <div class=
"settings-list">
34 <list id=
"creditcard-list"></list>
36 <button id=
"autofill-add-creditcard"
37 i18n-content=
"autofillAddCreditCard"></button>
42 <div class=
"action-area">
43 <a id=
"autofill-help" target=
"_blank" i18n-values=
"href:helpUrl"
44 i18n-content=
"helpButton">
46 <div class=
"spacer-div"></div>
47 <div class=
"button-strip">
48 <button id=
"autofill-options-confirm" class=
"default-button"
49 i18n-content=
"done"></button>