Allow only one bookmark to be added for multiple fast starring
[chromium-blink-merge.git] / chrome / browser / resources / options / autofill_options.html
blob3e7bb327c989a0d31966f3bc1d4d71e1e535ba7e
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?
7 -->
8 <div id="autofill-wallet-setting-area" class="checkbox">
9 <label>
10 <input pref="autofill.wallet_import_enabled" type="checkbox">
11 <span i18n-content="autofillWalletOption"></span>
12 </div>
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.
16 <if expr="is_macosx">
17 <div class="checkbox">
18 <label>
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>
23 </label>
24 </div>
25 </if>
26 -->
27 <h3 i18n-content="autofillAddresses"></h3>
28 <div class="settings-list">
29 <list id="address-list"></list>
30 <div>
31 <button id="autofill-add-address" i18n-content="autofillAddAddress">
32 </button>
33 </div>
34 </div>
36 <h3 i18n-content="autofillCreditCards"></h3>
37 <div class="settings-list">
38 <list id="creditcard-list"></list>
39 <div>
40 <button id="autofill-add-creditcard"
41 i18n-content="autofillAddCreditCard"></button>
42 </div>
43 </div>
44 </div>
46 <div class="action-area">
47 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl"
48 i18n-content="helpButton">
49 </a>
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>
54 </div>
55 </div>
56 </div>