summaryrefslogtreecommitdiffstats
path: root/comm/mail/extensions/am-e2e/am-e2e.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/extensions/am-e2e/am-e2e.xhtml')
-rw-r--r--comm/mail/extensions/am-e2e/am-e2e.xhtml32
1 files changed, 32 insertions, 0 deletions
diff --git a/comm/mail/extensions/am-e2e/am-e2e.xhtml b/comm/mail/extensions/am-e2e/am-e2e.xhtml
new file mode 100644
index 0000000000..8c5620dd2f
--- /dev/null
+++ b/comm/mail/extensions/am-e2e/am-e2e.xhtml
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<?xml-stylesheet href="chrome://messenger/skin/accountManage.css" type="text/css"?>
+<?xml-stylesheet href="chrome://messenger/skin/openpgp/inlineNotification.css" type="text/css"?>
+
+<!DOCTYPE window SYSTEM "chrome://messenger/locale/am-smime.dtd">
+
+<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+ xmlns:html="http://www.w3.org/1999/xhtml"
+ onload="parent.onPanelLoaded('am-e2e.xhtml');">
+
+ <script src="chrome://messenger/content/globalOverlay.js"/>
+ <script src="chrome://global/content/editMenuOverlay.js"/>
+ <script src="chrome://global/content/preferencesBindings.js"/>
+ <script src="chrome://messenger/content/AccountManager.js"/>
+ <script src="chrome://openpgp/content/ui/enigmailCommon.js"/>
+ <script src="chrome://messenger/content/am-e2e.js"/>
+
+ <vbox flex="1" style="overflow: auto;"><vbox id="containerBox" flex="1">
+ <hbox class="dialogheader">
+ <label class="dialogheader-title" value="&e2eTitle.label;"/>
+ </hbox>
+
+ <separator class="thin"/>
+
+#include am-e2e.inc.xhtml
+ </vbox></vbox>
+
+</window>