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
style="min-width: 400px; max-width: 750px; min-height: 250px"
scrolling="false"
>
<head>
<title data-l10n-id="import-info-dialog-title"></title>
<link rel="stylesheet" href="chrome://messenger/skin/messenger.css" />
<link
rel="stylesheet"
/>
<link
rel="stylesheet"
/>
<link rel="localization" href="messenger/openpgp/openpgp.ftl" />
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog id="enigmailKeyImportInfo" buttons="accept" style="width: 100vw">
<vbox align="center" flex="1" style="overflow: auto" id="outerbox">
<hbox align="center" flex="1">
<description
flex="1"
id="keyInfo"
class="plain"
style="white-space: pre"
/>
</hbox>
</vbox>
</dialog>
</html:body>
</html>