mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 01:17:34 +09:00
Issue #1258 - Part 1: Import mailnews, ldap, and mork from comm-esr52.9.1
This commit is contained in:
parent
23e0d82436
commit
e400f4130a
1564 changed files with 510348 additions and 0 deletions
68
mailnews/extensions/smime/content/msgCompSecurityInfo.xul
Normal file
68
mailnews/extensions/smime/content/msgCompSecurityInfo.xul
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
<?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://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/smime/msgCompSecurityInfo.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE dialog SYSTEM "chrome://messenger-smime/locale/msgCompSecurityInfo.dtd">
|
||||
|
||||
<dialog id="msgCompSecurityInfo" title="&title.label;"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
style="width: 50em;"
|
||||
persist="width height"
|
||||
buttons="accept"
|
||||
onload="onLoad();">
|
||||
|
||||
<script type="application/javascript" src="chrome://messenger-smime/content/msgCompSecurityInfo.js"/>
|
||||
|
||||
<stringbundle id="bundle_smime_comp_info" src="chrome://messenger-smime/locale/msgCompSecurityInfo.properties"/>
|
||||
|
||||
<description>&subject.plaintextWarning;</description>
|
||||
<separator class="thin"/>
|
||||
<description>&status.heading;</description>
|
||||
<grid>
|
||||
<columns>
|
||||
<column/>
|
||||
<column/>
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label value="&status.signed;"/>
|
||||
<label id="signed"/>
|
||||
</row>
|
||||
<row>
|
||||
<label value="&status.encrypted;"/>
|
||||
<label id="encrypted"/>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
|
||||
<separator class="thin"/>
|
||||
<label value="&status.certificates;" control="infolist"/>
|
||||
|
||||
<listbox id="infolist" flex="1"
|
||||
onselect="onSelectionChange(event);">
|
||||
<listcols>
|
||||
<listcol flex="3" width="0"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<listcol flex="1" width="0"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<listcol flex="2" width="0"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<listcol flex="2" width="0"/>
|
||||
</listcols>
|
||||
<listhead>
|
||||
<listheader label="&tree.recipient;"/>
|
||||
<listheader label="&tree.status;"/>
|
||||
<listheader label="&tree.issuedDate;"/>
|
||||
<listheader label="&tree.expiresDate;"/>
|
||||
</listhead>
|
||||
</listbox>
|
||||
<hbox pack="start">
|
||||
<button id="viewCertButton" disabled="true"
|
||||
label="&view.label;" accesskey="&view.accesskey;"
|
||||
oncommand="viewSelectedCert();"/>
|
||||
</hbox>
|
||||
</dialog>
|
||||
Loading…
Add table
Add a link
Reference in a new issue