BookmarkManager: Fix 'new folder text field size changes on clicking it' issue.
[chromium-blink-merge.git] / chrome / browser / resources / options / autofill_options.html
blobe018c505e7e22992ddc97635e67c26cbe62d302d
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 <h3 i18n-content="autofillAddresses"></h3>
14 <div class="settings-list">
15 <list id="address-list"></list>
16 <div>
17 <button id="autofill-add-address" i18n-content="autofillAddAddress">
18 </button>
19 </div>
20 </div>
22 <h3 i18n-content="autofillCreditCards"></h3>
23 <div class="settings-list">
24 <list id="creditcard-list"></list>
25 <div>
26 <button id="autofill-add-creditcard"
27 i18n-content="autofillAddCreditCard"></button>
28 </div>
29 </div>
30 </div>
32 <div class="action-area">
33 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl"
34 i18n-content="helpButton">
35 </a>
36 <div class="spacer-div"></div>
37 <div class="button-strip">
38 <button id="autofill-options-confirm" class="default-button"
39 i18n-content="done"></button>
40 </div>
41 </div>
42 </div>