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

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

Issue 3125039: DOMUI: Several fixes for AutoFill page. (Closed)
Patch Set: 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="autoFillEditAddressOverlay"> 1 <div class="page hidden" id="autoFillEditAddressOverlay">
2 <h1 i18n-content="autoFillEditAddressTitle"></h1> 2 <h1 id="autoFillAddressTitle"></h1>
3 3
4 <div><label id="fullNameLabel"><span i18n-content="fullNameLabel"></span><br> 4 <div><label id="fullNameLabel"><span i18n-content="fullNameLabel"></span><br>
5 <input type="text" id="fullName"></label></div> 5 <input type="text" id="fullName"></label></div>
6 <div><label id="countryLabel"><span i18n-content="countryLabel"></span><br> 6 <div><label id="countryLabel"><span i18n-content="countryLabel"></span><br>
7 <input type="text" id="country"></label></div> 7 <input type="text" id="country"></label></div>
8 <div><label id="companyNameLabel"><span i18n-content="companyNameLabel"> 8 <div><label id="companyNameLabel"><span i18n-content="companyNameLabel">
9 </span><br><input type="text" id="companyName"></label></div> 9 </span><br><input type="text" id="companyName"></label></div>
10 <div><label id="addrLine1Label"><span i18n-content="addrLine1Label"></span> 10 <div><label id="addrLine1Label"><span i18n-content="addrLine1Label"></span>
11 <br><input type="text" id="addrLine1"></label></div> 11 <br><input type="text" id="addrLine1"></label></div>
12 <div><label id="addrLine2Label"><span i18n-content="addrLine2Label"></span> 12 <div><label id="addrLine2Label"><span i18n-content="addrLine2Label"></span>
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 <div><label id="emailLabel"><span i18n-content="emailLabel"></span><br> 51 <div><label id="emailLabel"><span i18n-content="emailLabel"></span><br>
52 <input type="text" id="email"></label></div> 52 <input type="text" id="email"></label></div>
53 53
54 <div class="button-strip"> 54 <div class="button-strip">
55 <button type="submit" id="autoFillEditAddressApplyButton" disabled 55 <button type="submit" id="autoFillEditAddressApplyButton" disabled
56 i18n-content="autoFillEditAddressApplyButton"></button> 56 i18n-content="autoFillEditAddressApplyButton"></button>
57 <button type="reset" id="autoFillEditAddressCancelButton" 57 <button type="reset" id="autoFillEditAddressCancelButton"
58 i18n-content="autoFillEditAddressCancelButton"></button> 58 i18n-content="autoFillEditAddressCancelButton"></button>
59 </div> 59 </div>
60 </div> 60 </div>
OLDNEW
« no previous file with comments | « chrome/browser/dom_ui/autofill_options_handler.cc ('k') | chrome/browser/resources/options/autofill_edit_address_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698