зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
f073a590b0
Коммит
047764d565
|
@ -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;"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче