~wasta-linux/wasta-core-wily/master

« back to all changes in this revision

Viewing changes to install-files/firefox-addons/extensions/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}/chrome/content/ui/fennecSettings.xul

  • Committer: Rik Shaw
  • Date: 2015-11-01 13:28:40 UTC
  • Revision ID: git-v1:59c62c9b2e4f4f1cf62db1f5dc1cf630feb99933
initial 15.10 commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<!--
 
4
  - This file is part of Adblock Plus <https://adblockplus.org/>,
 
5
  - Copyright (C) 2006-2015 Eyeo GmbH
 
6
  -
 
7
  - Adblock Plus is free software: you can redistribute it and/or modify
 
8
  - it under the terms of the GNU General Public License version 3 as
 
9
  - published by the Free Software Foundation.
 
10
  -
 
11
  - Adblock Plus is distributed in the hope that it will be useful,
 
12
  - but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
  - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
  - GNU General Public License for more details.
 
15
  -
 
16
  - You should have received a copy of the GNU General Public License
 
17
  - along with Adblock Plus.  If not, see <http://www.gnu.org/licenses/>.
 
18
  -->
 
19
 
 
20
<!DOCTYPE vbox [
 
21
<!ENTITY % overlayDTD SYSTEM "chrome://adblockplus/locale/overlay.dtd">
 
22
%overlayDTD;
 
23
<!ENTITY % filtersDTD SYSTEM "chrome://adblockplus/locale/filters.dtd">
 
24
%filtersDTD;
 
25
]>
 
26
 
 
27
<vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
28
  <setting pref="extensions.adblockplus.enabled" type="bool" inverted="true" title="&disable.label;"/>
 
29
  <setting type="control" title="&subscriptions.tab.label;">
 
30
    <menulist id="adblockplus-subscription-list"/>
 
31
  </setting>
 
32
  <setting id="adblockplus-acceptableAds" type="bool" title="&acceptableAds2.label;"
 
33
    oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = document.createEvent('Events'); event.initEvent('command', false, false); this.dispatchEvent(event);}"/>
 
34
  <setting id="adblockplus-sync" type="bool" title="&sync.label;"
 
35
    oncommand="/**See bug 762015*/ if (event.type == 'oncommand') {event = document.createEvent('Events'); event.initEvent('command', false, false); this.dispatchEvent(event);}"/>
 
36
</vbox>