85451 - trunk crash viewing certificate (patch from jag), r=bbaetz, sr=blake

git-svn-id: svn://10.0.0.236/branches/MOZILLA_0_9_2_BRANCH@99386 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hewitt%netscape.com
2001-07-17 05:16:49 +00:00
parent e020a6dcd1
commit 472298b7e5

View File

@@ -32,21 +32,20 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<box class="box-padded" id="certPrettyPrint" orient="vertical" flex="1">
<text class="header" value="&certmgr.hierarchy.label;"/>
<tree class="inset" id="treesetDump" debug="false" flex="1"
style="overflow:auto; max-height: 80px;" onselect="updateCertDump();">
<treecolgroup flex="1">
<tree class="inset" id="treesetDump" debug="false" rows="4"
onselect="updateCertDump();">
<treecols>
<treecol flex="1"/>
</treecolgroup>
<treechildren id="chainDump" flex="1" />
</treecols>
<treechildren id="chainDump"/>
</tree>
<outliner class="inset" height="50" id="prettyDumpOutliner" flex="1">
<outliner class="inset" id="prettyDumpOutliner" style="height:100px">
<outlinercol flex ="1" id="certDataCol" label="&certmgr.details.label;"
ignoreincolumnpicker="true" class="header outlinercol-header" primary="true"/>
<splitter />
<outlinerbody flex="1" onselect="displaySelected();" />
</outliner>
<text class="header" value="&certmgr.fields.label;" />
<tree class="inset" id="certDumpVal" debug="false" clip="never"
style="overflow:auto;"/>
rows="6" style="height:100px"/>
</box>
</overlay>