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 [ <!ENTITY % amE2EDTD SYSTEM "chrome://messenger/locale/am-smime.dtd">
%amE2EDTD; ]>
<html
scrolling="false"
>
<head>
<title>&certPicker.title;</title>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<script
defer="defer"
></script>
<script
defer="defer"
></script>
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog id="certPicker" buttons="accept,cancel">
<hbox align="center">
<label id="pickerInfo" value="&certPicker.info;" />
<!-- The items in this menulist must never be sorted,
but remain in the order filled by the application
-->
<menulist id="nicknames" oncommand="onCertSelected();">
<menupopup />
</menulist>
</hbox>
<separator class="thin" />
<label value="&certPicker.detailsLabel;" />
<html:textarea
id="details"
readonly="readonly"
style="height: 12em"
></html:textarea>
</dialog>
</html:body>
</html>