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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

michael@0 1 <?xml version="1.0"?>
michael@0 2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 - License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
michael@0 5 <!DOCTYPE overlay SYSTEM "chrome://pippki/locale/certManager.dtd">
michael@0 6
michael@0 7 <overlay id="certViewerOverlay"
michael@0 8 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
michael@0 9 xmlns:cert="http://netscape.com/rdf-cert#"
michael@0 10 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
michael@0 11 <vbox class="box-padded" id="general_info">
michael@0 12 <vbox id="verify_info_box">
michael@0 13 <label id="verify_pending" value="&certmgr.pending.label;"/>
michael@0 14 <label class="header" id="verified"/>
michael@0 15 </vbox>
michael@0 16 <separator class="groove"/>
michael@0 17 <vbox flex="1">
michael@0 18 <grid>
michael@0 19 <columns>
michael@0 20 <column/>
michael@0 21 <column flex="1"/>
michael@0 22 </columns>
michael@0 23 <rows>
michael@0 24 <row>
michael@0 25 <label class="header" value="&certmgr.subjectinfo.label;"/>
michael@0 26 <spacer/>
michael@0 27 <spacer/>
michael@0 28 </row>
michael@0 29 <row>
michael@0 30 <label value="&certmgr.certdetail.cn;"/>
michael@0 31 <textbox id="commonname" class="plain" readonly="true"/>
michael@0 32 </row>
michael@0 33 <row>
michael@0 34 <label value="&certmgr.certdetail.o;"/>
michael@0 35 <textbox id="organization" class="plain" readonly="true"/>
michael@0 36 </row>
michael@0 37 <row>
michael@0 38 <label value="&certmgr.certdetail.ou;"/>
michael@0 39 <textbox id="orgunit" class="plain" readonly="true"/>
michael@0 40 </row>
michael@0 41 <row>
michael@0 42 <label value="&certmgr.certdetail.serialnumber;"/>
michael@0 43 <textbox id="serialnumber" class="plain" readonly="true"/>
michael@0 44 </row>
michael@0 45 <row>
michael@0 46 <separator class="thin"/>
michael@0 47 <spacer/>
michael@0 48 </row>
michael@0 49 <row>
michael@0 50 <label class="header" value="&certmgr.issuerinfo.label;"/>
michael@0 51 <spacer/>
michael@0 52 </row>
michael@0 53 <row>
michael@0 54 <label value="&certmgr.certdetail.cn;"/>
michael@0 55 <textbox id="issuercommonname" class="plain" readonly="true"/>
michael@0 56 </row>
michael@0 57 <row>
michael@0 58 <label value="&certmgr.certdetail.o;"/>
michael@0 59 <textbox id="issuerorganization" class="plain" readonly="true"/>
michael@0 60 </row>
michael@0 61 <row>
michael@0 62 <label value="&certmgr.certdetail.ou;"/>
michael@0 63 <textbox id="issuerorgunit" class="plain" readonly="true"/>
michael@0 64 </row>
michael@0 65 <row>
michael@0 66 <separator class="thin"/>
michael@0 67 <spacer/>
michael@0 68 </row>
michael@0 69 <row>
michael@0 70 <label class ="header" value="&certmgr.periodofvalidity.label;"/>
michael@0 71 <spacer/>
michael@0 72 </row>
michael@0 73 <row>
michael@0 74 <label value="&certmgr.begins;"/>
michael@0 75 <textbox id="validitystart" class="plain" readonly="true"/>
michael@0 76 </row>
michael@0 77 <row>
michael@0 78 <label value="&certmgr.expires;"/>
michael@0 79 <textbox id="validityend" class="plain" readonly="true"/>
michael@0 80 </row>
michael@0 81 <row>
michael@0 82 <separator class="thin"/>
michael@0 83 <spacer/>
michael@0 84 </row>
michael@0 85 <row>
michael@0 86 <label class="header" value="&certmgr.fingerprints.label;"/>
michael@0 87 <spacer/>
michael@0 88 </row>
michael@0 89 <row>
michael@0 90 <label value="&certmgr.certdetail.sha1fingerprint;"/>
michael@0 91 <textbox id="sha1fingerprint" class="plain" readonly="true" style="min-width:34em;"/>
michael@0 92 </row>
michael@0 93 <row>
michael@0 94 <label value="&certmgr.certdetail.md5fingerprint;"/>
michael@0 95 <textbox id="md5fingerprint" class="plain" readonly="true"/>
michael@0 96 </row>
michael@0 97 </rows>
michael@0 98 </grid>
michael@0 99 </vbox>
michael@0 100 </vbox>
michael@0 101 </overlay>

mercurial