Bug 373525, "Certificate Manager" opens with wrong tab selected, and inconsistent content displayed Patch to disable persistent selection and make cert manager usable r=rrelyea, a=dsicore

This commit is contained in:
kaie@kuix.de 2007-10-03 10:21:42 -07:00
Родитель f073a590b0
Коммит 047764d565
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -61,7 +61,8 @@
<script type="application/x-javascript" src="chrome://pippki/content/certManager.js"/>
<vbox flex="1">
<tabbox id="certmanagertabs" flex="1" style="margin:5px" persist="selectedIndex">
<!-- FIXME Add persist="selectedIndex" to certmanagertabs when 373525/398289 gets fixed. -->
<tabbox id="certmanagertabs" flex="1" style="margin:5px">
<tabs id="certMgrTabbox">
<tab id="mine_tab" label="&certmgr.tab.mine;"/>
<tab id="others_tab" label="&certmgr.tab.others;"/>