OLD | NEW |
1 <div id="autofill-edit-address-overlay" class="page" hidden> | 1 <dialog id="autofill-edit-address-overlay" class="page"> |
2 <div class="close-button"></div> | 2 <div class="close-button"></div> |
3 <h1 id="autofill-address-title"></h1> | 3 <h1 id="autofill-address-title"></h1> |
4 <div class="content-area"> | 4 <div class="content-area"> |
5 <div> | 5 <div> |
6 <div id="autofill-name-labels"> | 6 <div id="autofill-name-labels"> |
7 <span i18n-content="autofillFirstNameLabel"></span> | 7 <span i18n-content="autofillFirstNameLabel"></span> |
8 <span i18n-content="autofillMiddleNameLabel"></span> | 8 <span i18n-content="autofillMiddleNameLabel"></span> |
9 <span i18n-content="autofillLastNameLabel"></span> | 9 <span i18n-content="autofillLastNameLabel"></span> |
10 </div> | 10 </div> |
11 </div> | 11 </div> |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 </div> | 65 </div> |
66 | 66 |
67 </div> | 67 </div> |
68 | 68 |
69 <div class="action-area button-strip"> | 69 <div class="action-area button-strip"> |
70 <button id="autofill-edit-address-cancel-button" type="reset" | 70 <button id="autofill-edit-address-cancel-button" type="reset" |
71 i18n-content="cancel"></button> | 71 i18n-content="cancel"></button> |
72 <button id="autofill-edit-address-apply-button" type="submit" | 72 <button id="autofill-edit-address-apply-button" type="submit" |
73 class="default-button" i18n-content="ok" disabled></button> | 73 class="default-button" i18n-content="ok" disabled></button> |
74 </div> | 74 </div> |
75 </div> | 75 </dialog> |
OLD | NEW |