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

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

Issue 3020021: DOMUI prefs: Add and wire up a stub overlay for adding a startup page. (Closed)
Patch Set: Addresses review comments Created 10 years, 5 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
OLDNEW
(Empty)
1 <div class="page hidden" id="addStartupPageOverlay">
2 <h1 i18n-content="addStartupPageTitle"></h1>
3
4 <div class="button-strip">
5 <if expr="os != 'darwin'">
6 <button id="addStartupPageOkayButton" disabled
7 i18n-content="ok_label"></button>
8 </if>
9 <button id="addStartupPageCancelButton"
10 i18n-content="addStartupPageCancelButton"></button>
11 <if expr="os == 'darwin'">
12 <button id="addStartupPageAddButton" disabled
13 i18n-content="addStartupPageAddButton"></button>
14 </if>
15 </div>
16 </div>
OLDNEW
« no previous file with comments | « chrome/browser/resources/options.html ('k') | chrome/browser/resources/options/add_startup_page_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698