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

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

Issue 7067036: Options: Remove the hidden class, since we override the hidden attribute to set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 class="page hidden" id="autofill-edit-address-overlay"> 1 <div class="page" id="autofill-edit-address-overlay" hidden>
2 <h1 id="autofill-address-title"></h1> 2 <h1 id="autofill-address-title"></h1>
3 <div class="content-area"> 3 <div class="content-area">
4 <div class="input"> 4 <div class="input">
5 <label> 5 <label>
6 <div><span i18n-content="fullNameLabel"></span></div> 6 <div><span i18n-content="fullNameLabel"></span></div>
7 <list id="full-name-list" 7 <list id="full-name-list"
8 i18n-values="placeholder:addNewNamePlaceholder"></list> 8 i18n-values="placeholder:addNewNamePlaceholder"></list>
9 </label> 9 </label>
10 </div> 10 </div>
11 <div class="input"> 11 <div class="input">
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 </div> 98 </div>
99 </div> 99 </div>
100 </div> 100 </div>
101 <div class="action-area button-strip"> 101 <div class="action-area button-strip">
102 <button type="reset" id="autofill-edit-address-cancel-button" 102 <button type="reset" id="autofill-edit-address-cancel-button"
103 i18n-content="cancel"></button> 103 i18n-content="cancel"></button>
104 <button type="submit" id="autofill-edit-address-apply-button" disabled 104 <button type="submit" id="autofill-edit-address-apply-button" disabled
105 i18n-content="ok"></button> 105 i18n-content="ok"></button>
106 </div> 106 </div>
107 </div> 107 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698