Bug 1940967 - Vendor glean_parser v16.2.0 r=TravisLong,mach-reviewers,ahal
[gecko.git] / security / manager / pki / resources / content / downloadcert.xhtml
blob83c1fc1ac0fa7c2ec8c146ed8f9838932fcba953
1 <?xml version="1.0"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
6 <!DOCTYPE window>
8 <window
9 data-l10n-id="download-cert-window2"
10 data-l10n-attrs="title, style"
11 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
12 xmlns:html="http://www.w3.org/1999/xhtml"
13 onload="onLoad();"
15 <dialog id="download_cert" buttons="accept,cancel">
16 <linkset>
17 <html:link rel="stylesheet" href="chrome://global/skin/global.css" />
19 <html:link rel="localization" href="security/pippki/pippki.ftl" />
20 </linkset>
22 <stringbundle
23 id="pippki_bundle"
24 src="chrome://pippki/locale/pippki.properties"
27 <script src="chrome://pippki/content/pippki.js" />
28 <script src="chrome://pippki/content/downloadcert.js" />
30 <!-- Let 'em know what they're doing -->
31 <vbox>
32 <description data-l10n-id="download-cert-message"></description>
33 </vbox>
35 <separator />
37 <!-- checkboxes for trust bits
38 - "do you want to?"
39 - * trust for SSL
40 - * trust for email
41 -->
42 <vbox>
43 <description id="trustHeader" />
44 <checkbox data-l10n-id="download-cert-trust-ssl" id="trustSSL" />
45 <checkbox data-l10n-id="download-cert-trust-email" id="trustEmail" />
46 </vbox>
48 <separator />
50 <vbox>
51 <description data-l10n-id="download-cert-message-desc"></description>
52 <separator />
53 <hbox>
54 <button
55 id="viewC-button"
56 data-l10n-id="download-cert-view-cert"
57 oncommand="viewCert();"
59 <description
60 style="margin: 4px"
61 data-l10n-id="download-cert-view-text"
62 ></description>
63 </hbox>
64 </vbox>
65 </dialog>
66 </window>