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

Unified Diff: chrome/browser/resources/options/chromeos/note_overlay.html

Issue 2188033005: Add note page to options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stylus-settings
Patch Set: Initial upload Created 4 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
Index: chrome/browser/resources/options/chromeos/note_overlay.html
diff --git a/chrome/browser/resources/options/chromeos/note_overlay.html b/chrome/browser/resources/options/chromeos/note_overlay.html
new file mode 100644
index 0000000000000000000000000000000000000000..faa344b7f3bd4dbdced4e078c4a44601471a02d6
--- /dev/null
+++ b/chrome/browser/resources/options/chromeos/note_overlay.html
@@ -0,0 +1,31 @@
+<div id="note-overlay" class="page" hidden>
+ <div class="close-button"></div>
+ <h1 i18n-content="noteOverlay"></h1>
+ <div class="content-area">
+ <div class="option-control-table">
+ <div class="option-name">
+ <div class="checkbox controlled-setting-with-label">
+ <label>
+ <input pref="settings.launch_note_app_on_eject_event"
+ type="checkbox">
+ <span i18n-content="noteDefaultAppAutoLaunch"></span>
+ </label>
+ </div>
+ </div>
+ </div>
+
+ <!-- TODO(jdufault): Real webstore link -->
+ <a is="action-link" i18n-content="noteFindMoreApps" target="_blank"
+ id='note-find-more-link'
+ href="https://chrome.google.com/webstore/category/apps"></a>
+ </div>
+
+ <div class="action-area">
+ <div class="button-strip">
+ <button id="note-cancel" type="reset" i18n-content="cancel"></button>
+ <button id="note-confirm" class="default-button" type="submit"
+ i18n-content="ok">
+ </button>
+ </div>
+ </div>
+</div>
« no previous file with comments | « chrome/browser/resources/options/chromeos/note_overlay.css ('k') | chrome/browser/resources/options/chromeos/note_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698