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

Unified Diff: chrome/browser/resources/options2/handler_options.html

Issue 8895023: Options2: Pull the trigger. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DIAF. Created 9 years 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/options2/handler_options.html
diff --git a/chrome/browser/resources/options2/handler_options.html b/chrome/browser/resources/options2/handler_options.html
new file mode 100644
index 0000000000000000000000000000000000000000..21284ca3bed2797197991d2c821754656320129d
--- /dev/null
+++ b/chrome/browser/resources/options2/handler_options.html
@@ -0,0 +1,28 @@
+<div id="handler-options" class="page" hidden>
+ <h1 i18n-content="handlersPage"></h1>
+ <h3 i18n-content="handlers_active_heading"></h3>
+ <div class="handlers-column-headers">
+ <div class="handlers-type-column">
+ <div i18n-content="handlers_type_column_header"></div>
+ </div>
+ <div class="handlers-site-column">
+ <div i18n-content="handlers_site_column_header"></div>
+ </div>
+ <div class="handlers-remove-column"></div>
+ </div>
+ <list id="handlers-list"></list>
+
+ <div id="ignored-handlers-section">
+ <h3 i18n-content="handlers_ignored_heading"></h3>
+ <div class="handlers-column-headers">
+ <div class="handlers-type-column">
+ <h3 i18n-content="handlers_type_column_header"></h3>
+ </div>
+ <div class="handlers-site-column">
+ <h3 i18n-content="handlers_site_column_header"></h3>
+ </div>
+ <div class="handlers-remove-column"></div>
+ </div>
+ <list id="ignored-handlers-list"></list>
+ </div>
+</div>
« no previous file with comments | « chrome/browser/resources/options2/handler_options.css ('k') | chrome/browser/resources/options2/handler_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698