Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
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 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
8 <!DOCTYPE dialog SYSTEM "chrome://pippki/locale/certManager.dtd">
10 <?xul-overlay href="chrome://pippki/content/viewCertDetails.xul"?>
11 <?xul-overlay href="chrome://pippki/content/certDump.xul"?>
14 <dialog id="certDetails"
15 title="&certmgr.certdetail.title;"
16 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
17 buttons="accept"
18 buttonlabelaccept="&certmgr.close.label;"
19 buttonaccesskeyaccept="&certmgr.close.accesskey;"
20 onload="setWindowName();">
22 <stringbundle id="pippki_bundle" src="chrome://pippki/locale/pippki.properties"/>
24 <script type="application/javascript" src="chrome://pippki/content/viewCertDetails.js"/>
25 <script type="application/javascript" src="chrome://pippki/content/pippki.js"/>
27 <tabbox>
28 <tabs>
29 <tab id="general_tab" label="&certmgr.detail.general_tab.title;"
30 accesskey="&certmgr.detail.general_tab.accesskey;"/>
31 <tab id="prettyprint_tab" label="&certmgr.detail.prettyprint_tab.title;"
32 accesskey="&certmgr.detail.prettyprint_tab.accesskey;"/>
33 </tabs>
34 <tabpanels>
35 <vbox id="general_info"/>
36 <vbox id="certPrettyPrint"/>
37 </tabpanels>
38 </tabbox>
40 </dialog>