summaryrefslogtreecommitdiffstats
path: root/comm/suite/editor/base/content/composerOverlay.xhtml
blob: 1d36db50b120c0fe0dee94ec9f0d01518ecdc433 (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
<?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/. -->

<!DOCTYPE overlay [
<!ENTITY % editorDTD SYSTEM "chrome://editor/locale/editor.dtd">
%editorDTD;
]>

<overlay id="composerOverlay"
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" xmlns:html="http://www.w3.org/1999/xhtml">

  <!-- Items in the File menu used only by Composer app -->
  <menupopup id="menu_FilePopup">
    <menuitem id="fileExportToText"
              insertafter="sep_print"
              command="cmd_exportToText"/>
    <menuitem id="previewInBrowser"
              label="&previewCmd.label;"
              accesskey="&previewCmd.accesskey;"
              insertafter="fileExportToText"
              command="cmd_preview"/>
    <!-- menuitem id="menu_SendPage" is merged here from mailEditorOverlay.xhtml,
         where "position" is assumed to be just after 'previewInBrowser' -->
  </menupopup>

</overlay>