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

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

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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 <div id="autofill-edit-address-overlay" class="page" hidden>
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 id="autofill-name-labels"> 5 <div id="autofill-name-labels">
6 <label for="first-name"> 6 <label for="first-name">
7 <span i18n-content="autofillFirstNameLabel"></span> 7 <span i18n-content="autofillFirstNameLabel"></span>
8 </label> 8 </label>
9 <label for="middle-name"> 9 <label for="middle-name">
10 <span i18n-content="autofillMiddleNameLabel"></span> 10 <span i18n-content="autofillMiddleNameLabel"></span>
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 </div> 91 </div>
92 </div> 92 </div>
93 </div> 93 </div>
94 <div class="action-area button-strip"> 94 <div class="action-area button-strip">
95 <button id="autofill-edit-address-cancel-button" type="reset" 95 <button id="autofill-edit-address-cancel-button" type="reset"
96 i18n-content="cancel"></button> 96 i18n-content="cancel"></button>
97 <button id="autofill-edit-address-apply-button" type="submit" 97 <button id="autofill-edit-address-apply-button" type="submit"
98 i18n-content="ok" disabled></button> 98 i18n-content="ok" disabled></button>
99 </div> 99 </div>
100 </div> 100 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/alert_overlay.js ('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