| Index: chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| diff --git a/chrome/browser/resources/options/autofill_edit_address_overlay.html b/chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| index ba6696801af28ffc44fd392217aaa439e62df354..27d45250fb0e2ad60964e41afa82316c85a905a4 100644
|
| --- a/chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| +++ b/chrome/browser/resources/options/autofill_edit_address_overlay.html
|
| @@ -2,6 +2,12 @@
|
| <h1 id="autoFillAddressTitle"></h1>
|
| <div class="content-area">
|
| <div class="input">
|
| + <label id="countryLabel">
|
| + <div><span i18n-content="countryLabel"></span></div>
|
| + <select id="country"></select>
|
| + </label>
|
| + </div>
|
| + <div class="input">
|
| <label id="fullNameLabel">
|
| <div><span i18n-content="fullNameLabel"></span></div>
|
| <input type="text" class="form" class="form" id="fullName">
|
| @@ -38,8 +44,8 @@
|
| </label>
|
| </div>
|
| <div class="input cell">
|
| - <label id="zipCodeLabel" for="zipCode">
|
| - <span i18n-content="zipCodeLabel"></span>
|
| + <label id="postalCodeLabel" for="postalCode">
|
| + <span i18n-content="postalCodeLabel"></span>
|
| </label>
|
| </div>
|
| </div>
|
| @@ -51,16 +57,10 @@
|
| <input type="text" class="form" id="state">
|
| </div>
|
| <div class="input cell">
|
| - <input type="text" class="form" id="zipCode">
|
| + <input type="text" class="form" id="postalCode">
|
| </div>
|
| </div>
|
| </div>
|
| - <div class="input">
|
| - <label id="countryLabel">
|
| - <div><span i18n-content="countryLabel"></span></div>
|
| - <input type="text" class="form" class="form" id="country">
|
| - </label>
|
| - </div>
|
| <div class="table">
|
| <div class="row">
|
| <div class="input cell">
|
|
|