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

Unified Diff: chrome/content/ui/filters.xul

Issue 5062082168881152: NO BUG Allow users to disable element hiding (Closed)
Patch Set: Created Feb. 18, 2015, 1:47 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 | « chrome/content/ui/filters.js ('k') | chrome/content/ui/filters-filterview.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/filters.xul
===================================================================
--- a/chrome/content/ui/filters.xul
+++ b/chrome/content/ui/filters.xul
@@ -264,16 +264,20 @@
</richlistbox>
</deck>
<description>
<checkbox id="acceptableAds" label="&acceptableAds2.label;" oncommand="ListManager.allowAcceptableAds(this.checked);"/>
<label class="text-link" value="&viewList.label;" onclick="UI.loadInBrowser(Prefs.subscriptions_exceptionsurl);"/>
<label class="text-link" value="&readMore.label;" onclick="UI.loadDocLink('acceptable_ads');"/>
</description>
+
+ <description>
+ <checkbox id="useElementHiding" label="&useElementHiding.label;" oncommand="Prefs.element_hiding_enabled = this.checked;"/>
+ </description>
</tabpanel>
<tabpanel id="filtersTab" orient="vertical" flex="1">
<hbox pack="end">
<button id="addGroupButton" label="&addGroup.label;" command="group-add-command"/>
</hbox>
<richlistitem id="groupTemplate" class="subscription" hidden="true" orient="vertical"
onmousedown="this._wasSelected = (this.parentNode.selectedItem == this);"
« no previous file with comments | « chrome/content/ui/filters.js ('k') | chrome/content/ui/filters-filterview.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld