summaryrefslogtreecommitdiff
path: root/data/extensions/https-everywhere@eff.org/chrome/content/meta-preferences.xul
blob: 3e48010c2cb7566675c3d94eda1371a1a6e4c6a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://https-everywhere/content/preferences.css" type="text/css"?>

<!DOCTYPE overlay SYSTEM "chrome://https-everywhere/locale/https-everywhere.dtd">

<window id="https-everywhere-meta-prefs"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
        xmlns:html="http://www.w3.org/1999/xhtml"
        title="&https-everywhere.prefs.title;"
        persist="screenX screenY width height"
        width="600" 
        height="600">
  <separator class="thin" />
  <tabbox flex="1">
    <tabs>
      <tab label="HTTPS Everywhere" />
      <tab label="SSL Observatory" />
    </tabs>
    <tabpanels flex="1">
      <tabpanel flex="1" orient="vertical">
        <browser src="chrome://https-everywhere/content/preferences.xul" flex="1"/>
      </tabpanel>
      <tabpanel flex="1" orient="vertical">
        <browser src="chrome://https-everywhere/content/observatory-preferences.xul" flex="1"/>
      </tabpanel>
    </tabpanels>
  </tabbox>

</window>