Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: options.html

Issue 29337729: Issue 2374 - Implemented Tweaks section in options page (Closed)
Patch Set: Created March 16, 2016, 11:13 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « messageResponder.js ('k') | options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -217,13 +217,26 @@
<span class="i18n_options_tweaks_title"></span>
<a class="i18n_options_readMore tooltip"></a>
</h1>
- <ul class="table">
- <li>
- <button role="checkbox" id="easylist"></button>
- <span id="block-element-explanation" class="i18n_options_tweaks_blockElement"></span>
+ <ul id="tweaks" class="table">
+ <li data-pref="shouldShowBlockElementMenu">
+ <button role="checkbox" data-action="toggle-pref"></button>
+ <span class="i18n_options_tweaks_blockElement"></span>
+ </li>
+ <li data-pref="show_devtools_panel">
+ <button role="checkbox" data-action="toggle-pref"></button>
+ <span class="i18n_options_tweaks_showDevToolsPanel"></span>
+ </li>
+ <li data-pref="notifications_ignoredcategories">
+ <button role="checkbox" data-action="toggle-pref"></button>
+ <span class="i18n_options_tweaks_showNotifications"></span>
+ </li>
+ <li data-pref="safari_contentblocker">
+ <button role="checkbox" data-action="toggle-pref"></button>
+ <span class="i18n_options_tweaks_safariContentBlocker"></span>
</li>
</ul>
</div>
+
<div>
<h1>
<span class="i18n_options_filterList_title"></span>
« no previous file with comments | « messageResponder.js ('k') | options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld