| OLD | NEW |
| 1 <div id="autofill-edit-credit-card-overlay" class="page" hidden> | 1 <div id="autofill-edit-credit-card-overlay" class="page" hidden> |
| 2 <div class="close-button"></div> |
| 2 <h1 id="autofill-credit-card-title"></h1> | 3 <h1 id="autofill-credit-card-title"></h1> |
| 3 <div class="content-area"> | 4 <div class="content-area"> |
| 4 <div class="input"> | 5 <div class="input"> |
| 5 <label> | 6 <label> |
| 6 <span i18n-content="nameOnCardLabel"></span><br> | 7 <span i18n-content="nameOnCardLabel"></span><br> |
| 7 <input id="name-on-card" type="text"> | 8 <input id="name-on-card" type="text"> |
| 8 </label> | 9 </label> |
| 9 </div> | 10 </div> |
| 10 <div class="input"> | 11 <div class="input"> |
| 11 <label> | 12 <label> |
| 12 <span i18n-content="creditCardNumberLabel"></span><br> | 13 <span i18n-content="creditCardNumberLabel"></span><br> |
| 13 <input id="credit-card-number" type="text"> | 14 <input id="credit-card-number" type="text"> |
| 14 </label> | 15 </label> |
| 15 </div> | 16 </div> |
| 16 <div class="input"> | 17 <div class="input"> |
| 17 <label> | 18 <label> |
| 18 <span i18n-content="creditCardExpirationDateLabel"></span><br> | 19 <span i18n-content="creditCardExpirationDateLabel"></span><br> |
| 19 <select id="expiration-month"></select> | 20 <select id="expiration-month"></select> |
| 20 <select id="expiration-year"></select> | 21 <select id="expiration-year"></select> |
| 21 </label> | 22 </label> |
| 22 </div> | 23 </div> |
| 23 </div> | 24 </div> |
| 24 <div class="action-area button-strip"> | 25 <div class="action-area button-strip"> |
| 25 <button id="autofill-edit-credit-card-cancel-button" type="reset" | 26 <button id="autofill-edit-credit-card-cancel-button" type="reset" |
| 26 i18n-content="cancel"></button> | 27 i18n-content="cancel"></button> |
| 27 <button id="autofill-edit-credit-card-apply-button" type="submit" | 28 <button id="autofill-edit-credit-card-apply-button" type="submit" |
| 28 i18n-content="ok" disabled></button> | 29 i18n-content="ok" disabled></button> |
| 29 </div> | 30 </div> |
| 30 </div> | 31 </div> |
| OLD | NEW |