security/manager/pki/resources/content/certViewer.xul

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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>

mercurial