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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <div class="page hidden" id="autoFillOptionsPage"> 1 <div class="page hidden" id="autoFillOptionsPage">
2 <h1> 2 <h1>
3 <span i18n-content="personalPage"></span> 3 <span i18n-content="personalPage"></span>
4 &gt; 4 &gt;
5 <span i18n-content="autoFillOptionsTitle"></span> 5 <span i18n-content="autoFillOptionsTitle"></span>
6 </h1> 6 </h1>
7
8 <div class="autofill-section">
9 <label><input id="autoFillEnabled" pref="autofill.enabled"type="checkbox">
10 <span i18n-content="autoFillEnabled"></span></label>
11 </div>
12
13 <div class="autofill-section" id="profileSelectContainer">
14 <div id="profileSelectLeftColumn">
15 <select id="profileList" size="10" multiple>
16 <option value="addressesHeader" disabled
17 i18n-content="addressesHeader"></option>
18 <option value="addressesBlankOption" disabled></option>
19 <option value="creditCardsHeader" disabled
20 i18n-content="creditCardsHeader"></option>
21 <option value="creditCardsBlankOption" disabled></option>
22 </select>
23 </div>
24 <div id="profileSelectRightColumn">
25 <div><button id="addAddressButton" i18n-content="addAddressButton">
26 </button></div>
27 <div><button id="addCreditCardButton" i18n-content="addCreditCardButton">
28 </button></div>
29 <div><button id="editButton" i18n-content="editButton"></button></div>
30 <div><button id="removeButton" i18n-content="deleteButton"></button></div>
31 </div>
32 </div>
33
34 <div class="autofill-section">
35 <a href="http://www.google.com/support/chrome/bin/answer.py?answer=142893"
36 target=”_blank” i18n-content="helpButton"></a>
37 </div>
7 </div> 38 </div>
OLDNEW
« 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