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
scrolling="false"
>
<head>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<link
rel="stylesheet"
/>
<link
rel="stylesheet"
/>
<link rel="localization" href="branding/brand.ftl" />
<link rel="localization" href="messenger/openpgp/openpgp.ftl" />
<link rel="localization" href="messenger/openpgp/oneRecipientStatus.ftl" />
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog
id="confirmPubkeyImportDialog"
data-l10n-id="pubkey-import-button"
data-l10n-attrs="buttonlabelaccept"
>
<vbox>
<description id="importInfo" />
<vbox id="importKeyListContainer">
<vbox id="importKeyList" />
</vbox>
<separator />
<vbox id="acceptancePanel">
<description id="acceptInfo" />
<html:div>
<html:fieldset>
<radiogroup id="acceptanceRadio" class="indent">
<radio id="acceptUndecided" value="undecided" selected="true" />
<radio id="acceptUnverified" value="unverified" />
</radiogroup>
</html:fieldset>
</html:div>
</vbox>
</vbox>
</dialog>
</html:body>
</html>