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

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

Issue 6352020: Remove the 'url' type from the add startup page overlay (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div class="page hidden" id="addStartupPageOverlay"> 1 <div class="page hidden" id="addStartupPageOverlay">
2 <h1 i18n-content="addStartupPageTitle"></h1> 2 <h1 i18n-content="addStartupPageTitle"></h1>
3 <form id="addStartupPageForm"> 3 <form id="addStartupPageForm">
4 <div class="content-area"> 4 <div class="content-area">
5 <label id="addURLBlock"><span 5 <label id="addURLBlock"><span
6 i18n-content="addStartupPageURLLabel"></span> 6 i18n-content="addStartupPageURLLabel"></span>
7 <input type="url" id="addStartupPageURL"></label> 7 <input id="addStartupPageURL"></label>
8 <list id="addStartupRecentPageList"></list> 8 <list id="addStartupRecentPageList"></list>
9 </div> 9 </div>
10 <div class="action-area"> 10 <div class="action-area">
11 <div class="button-strip"> 11 <div class="button-strip">
12 <button type="reset" 12 <button type="reset"
13 i18n-content="addStartupPageCancelButton"></button> 13 i18n-content="addStartupPageCancelButton"></button>
14 <button type="submit" id="addStartupPageAddButton" disabled 14 <button type="submit" id="addStartupPageAddButton" disabled
15 i18n-content="addStartupPageAddButton"></button> 15 i18n-content="addStartupPageAddButton"></button>
16 </div> 16 </div>
17 </div> 17 </div>
18 </form> 18 </form>
19 </div> 19 </div>
OLDNEW
« 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