Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: chrome/browser/resources/options/autofill_options.html

Issue 996973003: Revamp Autofill Wallet settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac compiles Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <div id="autofill-options" class="page" hidden> 1 <div id="autofill-options" class="page" hidden>
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 i18n-content="autofillOptionsPage"></h1> 3 <h1 i18n-content="autofillOptionsPage"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <div id="autofill-wallet-setting-area" class="checkbox">
6 <label>
7 <input pref="autofill.wallet_import_enabled" type="checkbox">
8 <span>
9 Show addresses and credit cards from Google Payments
10 <!-- A reminder not to launch this UI. -->
11 <span style="font-size: 80%">translate me!</span>
12 </span>
13 </div>
5 <if expr="is_macosx"> 14 <if expr="is_macosx">
6 <div class="checkbox"> 15 <div class="checkbox">
7 <label> 16 <label>
8 <input pref="autofill.use_mac_address_book" type="checkbox" 17 <input pref="autofill.use_mac_address_book" type="checkbox"
9 id="autofill-use-mac-address-book-checkbox" 18 id="autofill-use-mac-address-book-checkbox"
10 metric="Options_AutofillAuxiliaryProfiles"> 19 metric="Options_AutofillAuxiliaryProfiles">
11 <span i18n-content="auxiliaryProfilesEnabled"></span> 20 <span i18n-content="auxiliaryProfilesEnabled"></span>
12 </label> 21 </label>
13 </div> 22 </div>
14 </if> 23 </if>
15 <!-- TODO(estade): This section shouldn't show if you're not signed into 24 <!-- TODO(estade): This section shouldn't show if you're not signed into
16 sync. Or perhaps it should show with a link to go sign in with sync? 25 sync. Or perhaps it should show with a link to go sign in with sync?
17 --> 26 -->
18 <div id="autofill-wallet-setting-area" class="settings-row" hidden>
19 <div class="checkbox">
20 <label>
21 <input pref="autofill.wallet_import_enabled" type="checkbox">
22 <span>
23 Include
24 <a target="_blank" i18n-values="href:manageWalletAddressesUrl">
25 addresses</a>
26 and
27 <a target="_blank"
28 i18n-values="href:manageWalletPaymentMethodsUrl">cards</a>
29 stored in your Google Wallet
30 <!-- A reminder not to launch this UI. -->
31 <span style="font-size: 80%">translate me!</span>
32 </span>
33 </div>
34 </div>
35
36 <h3 i18n-content="autofillAddresses"></h3> 27 <h3 i18n-content="autofillAddresses"></h3>
37 <div class="settings-list"> 28 <div class="settings-list">
38 <list id="address-list"></list> 29 <list id="address-list"></list>
39 <div> 30 <div>
40 <button id="autofill-add-address" i18n-content="autofillAddAddress"> 31 <button id="autofill-add-address" i18n-content="autofillAddAddress">
41 </button> 32 </button>
42 </div> 33 </div>
43 </div> 34 </div>
44 35
45 <h3 i18n-content="autofillCreditCards"></h3> 36 <h3 i18n-content="autofillCreditCards"></h3>
(...skipping 22 matching lines...) Expand all
68 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl" 59 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl"
69 i18n-content="helpButton"> 60 i18n-content="helpButton">
70 </a> 61 </a>
71 <div class="spacer-div"></div> 62 <div class="spacer-div"></div>
72 <div class="button-strip"> 63 <div class="button-strip">
73 <button id="autofill-options-confirm" class="default-button" 64 <button id="autofill-options-confirm" class="default-button"
74 i18n-content="done"></button> 65 i18n-content="done"></button>
75 </div> 66 </div>
76 </div> 67 </div>
77 </div> 68 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/autofill_options.css ('k') | chrome/browser/resources/options/autofill_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698