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

Unified Diff: chrome/browser/resources/options/autofill_options.html

Issue 3171003: DOMUI: Add basic HTML for the AutoFill options page. (Closed)
Patch Set: 80 cols. Created 10 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/browser/resources/options/autofill_options_page.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/autofill_options.html
diff --git a/chrome/browser/resources/options/autofill_options.html b/chrome/browser/resources/options/autofill_options.html
index 0bf82c9b7b00a09e7ff4d83bcad663faf6a0fd7f..56fed324924ddfc395f07346a67d02e24e073afa 100644
--- a/chrome/browser/resources/options/autofill_options.html
+++ b/chrome/browser/resources/options/autofill_options.html
@@ -4,4 +4,35 @@
>
<span i18n-content="autoFillOptionsTitle"></span>
</h1>
+
+ <div class="autofill-section">
+ <label><input id="autoFillEnabled" pref="autofill.enabled"type="checkbox">
+ <span i18n-content="autoFillEnabled"></span></label>
+ </div>
+
+ <div class="autofill-section" id="profileSelectContainer">
+ <div id="profileSelectLeftColumn">
+ <select id="profileList" size="10" multiple>
+ <option value="addressesHeader" disabled
+ i18n-content="addressesHeader"></option>
+ <option value="addressesBlankOption" disabled></option>
+ <option value="creditCardsHeader" disabled
+ i18n-content="creditCardsHeader"></option>
+ <option value="creditCardsBlankOption" disabled></option>
+ </select>
+ </div>
+ <div id="profileSelectRightColumn">
+ <div><button id="addAddressButton" i18n-content="addAddressButton">
+ </button></div>
+ <div><button id="addCreditCardButton" i18n-content="addCreditCardButton">
+ </button></div>
+ <div><button id="editButton" i18n-content="editButton"></button></div>
+ <div><button id="removeButton" i18n-content="deleteButton"></button></div>
+ </div>
+ </div>
+
+ <div class="autofill-section">
+ <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893"
+ target=”_blank” i18n-content="helpButton"></a>
+ </div>
</div>
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/browser/resources/options/autofill_options_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698