summaryrefslogtreecommitdiff
path: root/src/chrome
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-12-06 23:52:16 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-12-07 00:06:53 -0500
commit2c30652840889cd2e1c5e15574e93aefdb720fcf (patch)
tree82def2bd41173dbb629e573cd8b53309120b36a1 /src/chrome
downloadeib-2c30652840889cd2e1c5e15574e93aefdb720fcf.tar.xz
eib-2c30652840889cd2e1c5e15574e93aefdb720fcf.zip
Initial commit
Diffstat (limited to 'src/chrome')
-rw-r--r--src/chrome/content/options.xul7
-rw-r--r--src/chrome/locale/en/options.dtd1
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">