summaryrefslogtreecommitdiffstats
path: root/comm/mail/extensions/am-e2e/am-e2e.xhtml
blob: 8c5620dd2fb79b01f40e0e6b8f904b2dac3fd9c8 (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
31
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>