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 Feb. 29, 2016, 5:27 p.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
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -212,18 +212,27 @@
<!-- Advanced tab content -->
<div id="content-advanced" class="tab-content">
- <div>
+ <div id="tweaks">
<h1>
<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>
+ <button role="checkbox" data-action="toggle-pref" data-pref="shouldShowBlockElementMenu"></button>
+ <span class="i18n_options_tweaks_blockElement"></span>
+ </li>
+ <li data-optional>
+ <button role="checkbox" data-action="toggle-pref" data-pref="notifications_ignoredcategories"></button>
+ <span class="i18n_options_tweaks_showNotifications"></span>
+ </li>
+ <li data-optional>
+ <button role="checkbox" data-action="toggle-pref" data-pref="safari_contentblocker"></button>
+ <span class="i18n_options_tweaks_safariContentBlocker"></span>
</li>
</ul>
</div>
+
<div>
<h1>
<span class="i18n_options_filterList_title"></span>

Powered by Google App Engine
This is Rietveld