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

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

Issue 1001043004: Revamp desktop Autofill settings, round 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unittest 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"> 5 <div id="autofill-wallet-setting-area" class="checkbox">
6 <label> 6 <label>
7 <input pref="autofill.wallet_import_enabled" type="checkbox"> 7 <input pref="autofill.wallet_import_enabled" type="checkbox">
8 <span> 8 <span>
9 Show addresses and credit cards from Google Payments 9 Suggest addresses and credit cards from Google Wallet
10 <!-- A reminder not to launch this UI. --> 10 <!-- A reminder not to launch this UI. -->
11 <span style="font-size: 80%">translate me!</span> 11 <span style="font-size: 80%">translate me!</span>
12 </span> 12 </span>
13 </div> 13 </div>
14 <if expr="is_macosx"> 14 <if expr="is_macosx">
15 <div class="checkbox"> 15 <div class="checkbox">
16 <label> 16 <label>
17 <input pref="autofill.use_mac_address_book" type="checkbox" 17 <input pref="autofill.use_mac_address_book" type="checkbox"
18 id="autofill-use-mac-address-book-checkbox" 18 id="autofill-use-mac-address-book-checkbox"
19 metric="Options_AutofillAuxiliaryProfiles"> 19 metric="Options_AutofillAuxiliaryProfiles">
(...skipping 14 matching lines...) Expand all
34 </div> 34 </div>
35 35
36 <h3 i18n-content="autofillCreditCards"></h3> 36 <h3 i18n-content="autofillCreditCards"></h3>
37 <div class="settings-list"> 37 <div class="settings-list">
38 <list id="creditcard-list"></list> 38 <list id="creditcard-list"></list>
39 <div> 39 <div>
40 <button id="autofill-add-creditcard" 40 <button id="autofill-add-creditcard"
41 i18n-content="autofillAddCreditCard"></button> 41 i18n-content="autofillAddCreditCard"></button>
42 </div> 42 </div>
43 </div> 43 </div>
44
45 <!-- TODO(estade): what do we do with this section when the pref is unset?
46 -->
47 <div id="autofill-wallet-remask-cards-area">
48 <span class="settings-row">Credit cards from Wallet require authentication
49 once and then remain unlocked.
50 </span>
51 <a id="remask-server-cards-link"
52 is="action-link">Reset authenticated cards</a>
53 <!-- A reminder not to launch this UI. -->
54 <span style="font-size: 80%">translate me!</span>
55 </div>
56 </div> 44 </div>
57 45
58 <div class="action-area"> 46 <div class="action-area">
59 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl" 47 <a id="autofill-help" target="_blank" i18n-values="href:helpUrl"
60 i18n-content="helpButton"> 48 i18n-content="helpButton">
61 </a> 49 </a>
62 <div class="spacer-div"></div> 50 <div class="spacer-div"></div>
63 <div class="button-strip"> 51 <div class="button-strip">
64 <button id="autofill-options-confirm" class="default-button" 52 <button id="autofill-options-confirm" class="default-button"
65 i18n-content="done"></button> 53 i18n-content="done"></button>
66 </div> 54 </div>
67 </div> 55 </div>
68 </div> 56 </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