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:
stephend%netscape.com 2002-06-19 20:32:54 +00:00
Родитель 837aa1aa4a
Коммит aaa4ab622f
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -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>