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>
13 <!-- TODO(erikchen): After Address Book integration has been disabled for
14 6 weeks, and there are no major problems, rip out all the code. Expected
15 removal date: 07/15/2015. http://crbug.com/488146.
17 <div class="checkbox">
19 <input pref="autofill.use_mac_address_book" type="checkbox"
20 id="autofill-use-mac-address-book-checkbox"
21 metric="Options_AutofillAuxiliaryProfiles">
22 <span i18n-content="auxiliaryProfilesEnabled"></span>
27 <h3 i18n-content=
"autofillAddresses"></h3>
28 <div class=
"settings-list">
29 <list id=
"address-list"></list>
31 <button id=
"autofill-add-address" i18n-content=
"autofillAddAddress">
36 <h3 i18n-content=
"autofillCreditCards"></h3>
37 <div class=
"settings-list">
38 <list id=
"creditcard-list"></list>
40 <button id=
"autofill-add-creditcard"
41 i18n-content=
"autofillAddCreditCard"></button>
46 <div class=
"action-area">
47 <a id=
"autofill-help" target=
"_blank" i18n-values=
"href:helpUrl"
48 i18n-content=
"helpButton">
50 <div class=
"spacer-div"></div>
51 <div class=
"button-strip">
52 <button id=
"autofill-options-confirm" class=
"default-button"
53 i18n-content=
"done"></button>