diff options
Diffstat (limited to 'src/chrome')
-rw-r--r-- | src/chrome/content/options.xul | 7 | ||||
-rw-r--r-- | src/chrome/locale/en/options.dtd | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/chrome/content/options.xul b/src/chrome/content/options.xul new file mode 100644 index 0000000..29543ba --- /dev/null +++ b/src/chrome/content/options.xul @@ -0,0 +1,7 @@ +<?xml version="1.0"?> + +<!DOCTYPE options SYSTEM "chrome://eib/locale/options.dtd"> + +<vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + <setting type="string" pref="extensions.eib.trusted" title="&eib.options.trusted" desc="&eib.options.trusted" /> +</vbox> diff --git a/src/chrome/locale/en/options.dtd b/src/chrome/locale/en/options.dtd new file mode 100644 index 0000000..d5e8503 --- /dev/null +++ b/src/chrome/locale/en/options.dtd @@ -0,0 +1 @@ +<!ENTITY eib.options.trusted "Trusted sites"> |