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..289e7b5e46ba89492ff392d13f76fb0161829df2 100644 |
--- a/chrome/browser/resources/options/autofill_edit_address_overlay.html |
+++ b/chrome/browser/resources/options/autofill_edit_address_overlay.html |
@@ -8,6 +8,12 @@ |
</label> |
</div> |
<div class="input"> |
dhollowa
2011/02/17 00:55:28
As discussed, country should follow other address
Ilya Sherman
2011/02/17 23:09:11
Done.
|
+ <label id="country-label"> |
+ <div><span i18n-content="country-label"></span></div> |
+ <select id="country"></select> |
+ </label> |
+ </div> |
+ <div class="input"> |
<label id="companyNameLabel"> |
dhollowa
2011/02/17 00:55:28
The new id and i18n-content values seem inconsiste
Ilya Sherman
2011/02/17 23:09:11
Hyphens, but James seemed to want to change the re
|
<div><span i18n-content="companyNameLabel"></span></div> |
<input type="text" class="form" class="form" id="companyName"> |
@@ -33,14 +39,10 @@ |
</label> |
</div> |
<div class="input cell"> |
- <label id="stateLabel" for="state"> |
- <span i18n-content="stateLabel"></span> |
- </label> |
+ <label id="state-label" for="state"></label> |
arv (Not doing code reviews)
2011/02/21 03:09:27
You should probably fix the other cases too or thi
Ilya Sherman
2011/02/23 01:17:15
Split out to http://codereview.chromium.org/655200
|
</div> |
<div class="input cell"> |
- <label id="zipCodeLabel" for="zipCode"> |
- <span i18n-content="zipCodeLabel"></span> |
- </label> |
+ <label id="postal-code-label" for="postal-code"></label> |
</div> |
</div> |
<div class="row"> |
@@ -51,16 +53,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="postal-code"> |
</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"> |