зеркало из https://github.com/mozilla/pjs.git
Bug 151418. Polish Page Info & Certificate Details. Patch by Stephen Walker <walk84@yahoo.com> r=kaie@netscape.com, sr=jaggernaut@netscape.com
This commit is contained in:
Родитель
ceae58c20c
Коммит
97e151dbf5
|
@ -215,7 +215,7 @@
|
|||
<vbox id="securityPanel" flex="1">
|
||||
<label id="security-identity" class="header"/>
|
||||
<description id="security-identity-text" flex="1"/>
|
||||
<hbox>
|
||||
<hbox align="center">
|
||||
<button id="security-view-cert" label="&pageInfo.view.label;"
|
||||
oncommand="security.viewCert();"/>
|
||||
<description id="security-view-text" flex="1"/>
|
||||
|
|
|
@ -38,16 +38,17 @@
|
|||
</treecols>
|
||||
</tree>
|
||||
|
||||
<label class="header" value="&certmgr.details.label;"/>
|
||||
<tree id="prettyDumpTree" style="height: 15em"
|
||||
onselect="displaySelected();" hidecolumnpicker="true">
|
||||
<treecols>
|
||||
<treecol flex ="1" id="certDataCol" label="&certmgr.details.label;" class="header" primary="true"/>
|
||||
<treecol flex="1" id="certDataCol" primary="true" hideheader="true"/>
|
||||
</treecols>
|
||||
<treechildren/>
|
||||
</tree>
|
||||
|
||||
<label class="header" value="&certmgr.fields.label;"/>
|
||||
<textbox class="inset" id="certDumpVal" multiline="true" rows="8"
|
||||
<textbox id="certDumpVal" multiline="true" rows="8"
|
||||
readonly="true" style="font-family: -moz-fixed;"/>
|
||||
</vbox>
|
||||
</overlay>
|
||||
|
|
Загрузка…
Ссылка в новой задаче