Revision control

Copy as Markdown

Other Tools

<?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 html>
<html
buttons="accept,help,cancel,extra1,extra2"
scrolling="false"
>
<head>
<link rel="stylesheet" href="chrome://messenger/skin/messenger.css" />
<link rel="stylesheet" href="chrome://messenger/skin/contextMenu.css" />
<link
rel="stylesheet"
/>
<link
rel="stylesheet"
/>
<link rel="localization" href="messenger/openpgp/openpgp.ftl" />
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog id="enigmailMsgBox">
<popupset>
<menupopup id="ctxmenu">
<menuitem
data-l10n-id="openpgp-copy-cmd-label"
oncommand="copyToClipbrd()"
/>
</menupopup>
</popupset>
<hbox id="filler" style="min-width: 0%">
<spacer style="width: 29em" />
</hbox>
<html:div class="grid-two-column-fr">
<html:div class="flex-items-center">
<image id="infoImage" class="spaced" collapsed="true" />
</html:div>
<html:div class="flex-items-center">
<vbox id="infoContainer" pack="center">
<label
id="macosDialogTitle"
collapsed="true"
class="enigmailDialogTitle"
/>
<vbox id="msgContainer" style="max-width: 45em">
<description
id="msgtext"
context="ctxmenu"
noinitialfocus="true"
class="enigmailDialogBody"
/>
</vbox>
</vbox>
</html:div>
<html:div id="checkboxContainer" class="grid-item-col2" hidden="hidden">
<checkbox id="theCheckBox" oncommand="checkboxCb()" />
</html:div>
</html:div>
</dialog>
</html:body>
</html>