OLD | NEW |
1 <div id="autofill-edit-address-overlay" class="page" hidden> | 1 <div id="autofill-edit-address-overlay" class="page" hidden> |
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 id="autofill-name-labels"> | 5 <div id="autofill-name-labels"> |
6 <label for="first-name"> | 6 <label for="first-name"> |
7 <span i18n-content="autofillFirstNameLabel"></span> | 7 <span i18n-content="autofillFirstNameLabel"></span> |
8 </label> | 8 </label> |
9 <label for="middle-name"> | 9 <label for="middle-name"> |
10 <span i18n-content="autofillMiddleNameLabel"></span> | 10 <span i18n-content="autofillMiddleNameLabel"></span> |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 </div> | 91 </div> |
92 </div> | 92 </div> |
93 </div> | 93 </div> |
94 <div class="action-area button-strip"> | 94 <div class="action-area button-strip"> |
95 <button id="autofill-edit-address-cancel-button" type="reset" | 95 <button id="autofill-edit-address-cancel-button" type="reset" |
96 i18n-content="cancel"></button> | 96 i18n-content="cancel"></button> |
97 <button id="autofill-edit-address-apply-button" type="submit" | 97 <button id="autofill-edit-address-apply-button" type="submit" |
98 i18n-content="ok" disabled></button> | 98 i18n-content="ok" disabled></button> |
99 </div> | 99 </div> |
100 </div> | 100 </div> |
OLD | NEW |