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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/add_startup_page_overlay.html
diff --git a/chrome/browser/resources/options/add_startup_page_overlay.html b/chrome/browser/resources/options/add_startup_page_overlay.html
new file mode 100644
index 0000000000000000000000000000000000000000..014da75f8e16b00f78bc2691872f7e288de6eac2
--- /dev/null
+++ b/chrome/browser/resources/options/add_startup_page_overlay.html
@@ -0,0 +1,16 @@
+<div class="page hidden" id="addStartupPageOverlay">
+ <h1 i18n-content="addStartupPageTitle"></h1>
+
+ <div class="button-strip">
+ <if expr="os != 'darwin'">
+ <button id="addStartupPageOkayButton" disabled
+ i18n-content="ok_label"></button>
+ </if>
+ <button id="addStartupPageCancelButton"
+ i18n-content="addStartupPageCancelButton"></button>
+ <if expr="os == 'darwin'">
+ <button id="addStartupPageAddButton" disabled
+ i18n-content="addStartupPageAddButton"></button>
+ </if>
+ </div>
+</div>
« 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