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

Unified Diff: options.html

Issue 29339619: Issue 3909 - Move "Tweaks" below "Filter lists" on options page (Closed)
Patch Set: Created April 8, 2016, 6:57 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
« no previous file with comments | « no previous file | options.js » ('j') | options.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -214,40 +214,6 @@
<div id="content-advanced" class="tab-content">
<div>
<h1>
- <span class="i18n_options_tweaks_title"></span>
- <a class="i18n_options_readMore tooltip"></a>
- </h1>
- <ul id="tweaks" class="table">
- <li data-pref="shouldShowBlockElementMenu">
- <label>
- <button role="checkbox" data-action="toggle-pref"></button>
- <span class="i18n_options_tweaks_blockElement"></span>
- </label>
- </li>
- <li data-pref="show_devtools_panel">
- <label>
- <button role="checkbox" data-action="toggle-pref"></button>
- <span class="i18n_options_tweaks_showDevToolsPanel"></span>
- </label>
- </li>
- <li data-pref="notifications_ignoredcategories">
- <label>
- <button role="checkbox" data-action="toggle-pref"></button>
- <span class="i18n_options_tweaks_showNotifications"></span>
- </label>
- </li>
- <li data-pref="safari_contentblocker">
- <label>
- <button role="checkbox" data-action="toggle-pref"></button>
- <span class="i18n_options_tweaks_safariContentBlocker"></span>
- </label>
- <span id="restart-safari" class="i18n_options_tweaks_restartSafari"></span>
- </li>
- </ul>
- </div>
-
- <div>
- <h1>
<span class="i18n_options_filterList_title"></span>
<a class="i18n_options_readMore tooltip"></a>
</h1>
@@ -337,6 +303,40 @@
</div>
</div>
</div>
+
+ <div>
+ <h1>
+ <span class="i18n_options_tweaks_title"></span>
+ <a class="i18n_options_readMore tooltip"></a>
+ </h1>
+ <ul id="tweaks" class="table">
+ <li data-pref="shouldShowBlockElementMenu">
+ <label>
+ <button role="checkbox" data-action="toggle-pref"></button>
+ <span class="i18n_options_tweaks_blockElement"></span>
+ </label>
+ </li>
+ <li data-pref="show_devtools_panel">
+ <label>
+ <button role="checkbox" data-action="toggle-pref"></button>
+ <span class="i18n_options_tweaks_showDevToolsPanel"></span>
+ </label>
+ </li>
+ <li data-pref="notifications_ignoredcategories" data-section="notifications">
+ <label>
+ <button role="checkbox" data-action="toggle-pref"></button>
+ <span class="i18n_options_tweaks_showNotifications"></span>
+ </label>
+ </li>
+ <li data-pref="safari_contentblocker">
+ <label>
+ <button role="checkbox" data-action="toggle-pref"></button>
+ <span class="i18n_options_tweaks_safariContentBlocker"></span>
+ </label>
+ <span id="restart-safari" class="i18n_options_tweaks_restartSafari"></span>
+ </li>
+ </ul>
+ </div>
</div>
<!-- Help tab content -->
« no previous file with comments | « no previous file | options.js » ('j') | options.js » ('J')

Powered by Google App Engine
This is Rietveld