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

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

Issue 7977006: Autofill: Position the email input list next to the phone list now that fax has been removed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9caddb0232a38c6caf32c76282b4d0b4a79dd877..602e642a6dde9cbd120a4e7c45556bc0c9125a3a 100644
--- a/chrome/browser/resources/options/autofill_edit_address_overlay.html
+++ b/chrome/browser/resources/options/autofill_edit_address_overlay.html
@@ -67,17 +67,6 @@
<span i18n-content="phoneLabel"></span>
</label>
</div>
- </div>
- <div class="row">
- <div class="input cell">
- <list id="phone-list"
- i18n-values="placeholder:addNewPhonePlaceholder"></list>
- </div>
- </div>
- </div>
- <!-- TODO(jhawkins): Move email next to phone in the UI. -->
- <div class="table">
- <div class="row">
<div class="input cell">
<label for="email-list">
<span i18n-content="emailLabel"></span>
@@ -86,6 +75,10 @@
</div>
<div class="row">
<div class="input cell">
+ <list id="phone-list"
+ i18n-values="placeholder:addNewPhonePlaceholder"></list>
+ </div>
+ <div class="input cell">
<list id="email-list"
i18n-values="placeholder:addNewEmailPlaceholder"></list>
</div>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698