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

Side by Side Diff: chrome/browser/resources/options/autofill_edit_creditcard_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="autoFillEditCreditCardOverlay"> 1 <div class="page hidden" id="autoFillEditCreditCardOverlay">
2 <h1 i18n-content="autoFillEditCreditCardTitle"></h1> 2 <h1 id="autoFillCreditCardTitle"></h1>
3 3
4 <div> 4 <div>
5 <label id="nameOnCardLabel"> 5 <label id="nameOnCardLabel">
6 <span i18n-content="nameOnCardLabel"></span><br> 6 <span i18n-content="nameOnCardLabel"></span><br>
7 <input type="text" id="nameOnCard"> 7 <input type="text" id="nameOnCard">
8 </label> 8 </label>
9 </div> 9 </div>
10 10
11 <div> 11 <div>
12 <label id="billingAddressLabel"> 12 <label id="billingAddressLabel">
(...skipping 17 matching lines...) Expand all
30 </label> 30 </label>
31 </div> 31 </div>
32 32
33 <div class="button-strip"> 33 <div class="button-strip">
34 <button type="submit" id="autoFillEditCreditCardApplyButton" disabled 34 <button type="submit" id="autoFillEditCreditCardApplyButton" disabled
35 i18n-content="autoFillEditCreditCardApplyButton"></button> 35 i18n-content="autoFillEditCreditCardApplyButton"></button>
36 <button type="reset" id="autoFillEditCreditCardCancelButton" 36 <button type="reset" id="autoFillEditCreditCardCancelButton"
37 i18n-content="autoFillEditCreditCardCancelButton"></button> 37 i18n-content="autoFillEditCreditCardCancelButton"></button>
38 </div> 38 </div>
39 </div> 39 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698