Bug 1940967 - Vendor glean_parser v16.2.0 r=TravisLong,mach-reviewers,ahal
[gecko.git] / security / manager / pki / resources / content / deletecert.xhtml
blob08e48ade587143e3c4719c8430405bd10b44636a
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="certmgr-delete-cert2"
10 data-l10n-attrs="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="deleteCertificate" buttons="accept,cancel">
16 <linkset>
17 <html:link rel="stylesheet" href="chrome://global/skin/global.css" />
18 <html:link
19 rel="stylesheet"
20 href="chrome://pippki/content/deletecert.css"
23 <html:link
24 rel="localization"
25 href="security/certificates/certManager.ftl"
27 </linkset>
29 <script src="pippki.js" />
30 <script src="chrome://pippki/content/deletecert.js" />
32 <description id="confirm" />
33 <richlistbox id="certlist" class="box-padded" />
34 <description id="impact" />
35 </dialog>
36 </window>