mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-03-10 22:34:36 +00:00
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?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"?>
|
|
|
|
<!DOCTYPE dialog SYSTEM "chrome://pippki/locale/certManager.dtd">
|
|
|
|
<dialog id="deleteCertificate"
|
|
title="&certmgr.deletecert.title;"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
onload="setWindowName();"
|
|
buttons="accept,cancel"
|
|
ondialogaccept="return doOK();"
|
|
ondialogcancel="return doCancel();">
|
|
|
|
<stringbundle id="pippki_bundle" src="chrome://pippki/locale/pippki.properties"/>
|
|
|
|
<script type="application/javascript" src="chrome://pippki/content/deletecert.js"/>
|
|
<script type="application/javascript" src="pippki.js" />
|
|
|
|
<description id="confirm" style="width: 400px;"/>
|
|
<richlistbox id="certlist" class="box-padded" flex="1"
|
|
style="min-height: 8em; height: 8em; min-width: 35em;"/>
|
|
<description id="impact" style="width: 400px;"/>
|
|
|
|
</dialog>
|