summaryrefslogtreecommitdiffstats
path: root/mailnews/extensions/smime/content/msgReadSMIMEOverlay.xul
blob: a55828c0f5f5dc20eebc25080ad010140ea9ed67 (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
33
34
<?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/smime/msgReadSMIMEOverlay.css" type="text/css"?>

<!DOCTYPE overlay SYSTEM "chrome://messenger-smime/locale/msgReadSMIMEOverlay.dtd">

<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

  <script type="application/javascript" src="chrome://messenger-smime/content/msgReadSMIMEOverlay.js"/>

  <commandset id="mailViewMenuItems">
    <command id="cmd_viewSecurityStatus" oncommand="showMessageReadSecurityInfo();" disabled="true"/>
  </commandset>

  <menupopup id="menu_View_Popup">
    <menuitem insertafter="pageSourceMenuItem" label="&menu_securityStatus.label;"
      accesskey="&menu_securityStatus.accesskey;" command="cmd_viewSecurityStatus"/>
  </menupopup>

  <statusbar id="status-bar">
    <statusbarpanel insertbefore="offline-status" class="statusbarpanel-iconic"
      id="signed-status" collapsed="true" oncommand="showMessageReadSecurityInfo();"/>
    <statusbarpanel insertbefore="offline-status" class="statusbarpanel-iconic"
      id="encrypted-status" collapsed="true" oncommand="showMessageReadSecurityInfo();"/>
    <stringbundle id="bundle_read_smime" src="chrome://messenger-smime/locale/msgReadSMIMEOverlay.properties"/>
<!-- This stringbundle is already defined on top window level!
    <stringbundle id="bundle_brand" src="chrome://branding/locale/brand.properties"/>
-->
  </statusbar>

</overlay>