Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: chrome/browser/resources/options/autofill_edit_address_overlay.html

Issue 6484022: Autofill i18n: Set postal code and state field labels based on the selected country. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Properly merged with ToT Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 0f4d3f2dce5ecba7cb5dad511037d056cce273fb..92f941f30452f1981cfaf39c55d54473da417ec8 100644
--- a/chrome/browser/resources/options/autofill_edit_address_overlay.html
+++ b/chrome/browser/resources/options/autofill_edit_address_overlay.html
@@ -33,14 +33,10 @@
</label>
</div>
<div class="input cell">
- <label for="state">
- <span i18n-content="stateLabel"></span>
- </label>
+ <label id="state-label" for="state"></label>
</div>
<div class="input cell">
- <label for="zip-code">
- <span i18n-content="zipCodeLabel"></span>
- </label>
+ <label id="postal-code-label" for="postal-code"></label>
</div>
</div>
<div class="row">
@@ -51,14 +47,14 @@
<input type="text" class="form" id="state">
</div>
<div class="input cell">
- <input type="text" class="form" id="zip-code">
+ <input type="text" class="form" id="postal-code">
</div>
</div>
</div>
<div class="input">
<label>
<div><span i18n-content="countryLabel"></span></div>
- <input type="text" class="form" id="country">
+ <select id="country"></select>
</label>
</div>
<div class="table">
« no previous file with comments | « chrome/browser/autofill/select_control_handler.cc ('k') | chrome/browser/resources/options/autofill_edit_address_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698