Page MenuHome GnuPG

enigmailMsgBox.xul
No OneTemporary

enigmailMsgBox.xul

<?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://communicator/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://enigmail/skin/enigmail.css" type="text/css"?>
<!DOCTYPE window [
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
%brandDTD;
<!ENTITY % enigMailDTD SYSTEM "chrome://enigmail/locale/enigmail.dtd" >
%enigMailDTD;
<!ENTITY % utilityDTD SYSTEM "chrome://communicator/locale/utilityOverlay.dtd">
%utilityDTD;
]>
<dialog id="enigmailMsgBox"
title=""
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
buttons="accept,help,cancel,extra1,extra2"
onload="onLoad();"
flex="1"
minwidth="100"
maxwidth="750"
xmlns:html="http://www.w3.org/1999/xhtml"
ondialogaccept="dlgClose('accept')">
<script type="application/x-javascript" src="chrome://enigmail/content/enigmailMsgBox.js"/>
<popupset>
<menupopup id="ctxmenu">
<menuitem label="&copyCmd.label;" oncommand="copyToClipbrd()"/>
</menupopup>
</popupset>
<hbox flex="1">
<vbox align="center">
<image id="infoImage" collapsed="true"/>
</vbox>
<vbox flex="1">
<vbox align="start" flex="1" style="overflow:auto" id="outerbox">
<label id="macosDialogTitle" collapsed="true" class="plain enigmailDialogTitle"/>
<hbox align="center" flex="1">
<textbox flex="1" id="msgtext" class="plain" style="white-space: pre;" readonly="true"
context="ctxmenu"/>
</hbox>
</vbox>
<vbox align="left">
<checkbox id="theCheckBox" hidden="true" checked="false" oncommand="checkboxCb()"/>
</vbox>
</vbox>
</hbox>
</dialog>

File Metadata

Mime Type
text/xml
Expires
Thu, Mar 19, 9:03 PM (1 h, 19 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
15/3d/d9c760fd9795c5dd70ea45d97b22

Event Timeline