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

Side by Side Diff: chrome/browser/resources/options/autofill_edit_address_overlay.html

Issue 23665004: sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id="autofill-edit-address-overlay" class="page" hidden> 1 <dialog id="autofill-edit-address-overlay" class="page">
2 <div class="close-button"></div> 2 <div class="close-button"></div>
3 <h1 id="autofill-address-title"></h1> 3 <h1 id="autofill-address-title"></h1>
4 <div class="content-area"> 4 <div class="content-area">
5 <div> 5 <div>
6 <div id="autofill-name-labels"> 6 <div id="autofill-name-labels">
7 <span i18n-content="autofillFirstNameLabel"></span> 7 <span i18n-content="autofillFirstNameLabel"></span>
8 <span i18n-content="autofillMiddleNameLabel"></span> 8 <span i18n-content="autofillMiddleNameLabel"></span>
9 <span i18n-content="autofillLastNameLabel"></span> 9 <span i18n-content="autofillLastNameLabel"></span>
10 </div> 10 </div>
11 </div> 11 </div>
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 </div> 65 </div>
66 66
67 </div> 67 </div>
68 68
69 <div class="action-area button-strip"> 69 <div class="action-area button-strip">
70 <button id="autofill-edit-address-cancel-button" type="reset" 70 <button id="autofill-edit-address-cancel-button" type="reset"
71 i18n-content="cancel"></button> 71 i18n-content="cancel"></button>
72 <button id="autofill-edit-address-apply-button" type="submit" 72 <button id="autofill-edit-address-apply-button" type="submit"
73 class="default-button" i18n-content="ok" disabled></button> 73 class="default-button" i18n-content="ok" disabled></button>
74 </div> 74 </div>
75 </div> 75 </dialog>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698