OLD | NEW |
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 Loading... |
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> |
OLD | NEW |