bug 70810 [XUL Syntax] Change tab syntax - another of the XUL 1.0 changes. patch from maolson@earthlink.net, r=ben, sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@92676 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d682f6cc6b
commit
3cc39f818c
@ -33,12 +33,12 @@
|
||||
onLoadRegistry.push(securityOnLoad);
|
||||
]]>
|
||||
</script>
|
||||
<tabbox id="tabbox">
|
||||
<tabs id="tabs">
|
||||
<tab id="securityTab" label="&pageInfo.securityTab;" />
|
||||
</tabbox>
|
||||
<tabpanel id="tabpanel">
|
||||
</tabs>
|
||||
<tabpanels id="tabpanels">
|
||||
<box id="securityPanel" flex="1">
|
||||
<text class="header label" value="&pageInfo.securityHeader;" />
|
||||
</box>
|
||||
</tabpanel>
|
||||
</tabpanels>
|
||||
</overlay>
|
||||
|
||||
@ -50,20 +50,20 @@
|
||||
<column flex="1"/>
|
||||
<rows>
|
||||
<row flex="1">
|
||||
<tabcontrol flex="0" orient="vertical">
|
||||
<tabbox orient="horizontal">
|
||||
<tabbox flex="0" orient="vertical">
|
||||
<tabs orient="horizontal">
|
||||
<tab id="mine_tab" label="&certmgr.tab.mine;" />
|
||||
<tab id="others_tab" label="&certmgr.tab.others;" />
|
||||
<tab id="websites_tab" label="&certmgr.tab.websites;" />
|
||||
<tab id="ca_tab" label="&certmgr.tab.ca;" selected="true"/>
|
||||
</tabbox>
|
||||
<tabpanel flex="1">
|
||||
</tabs>
|
||||
<tabpanels flex="1">
|
||||
<box id="myCerts" flex="1"/>
|
||||
<box id="othersCerts" flex="1"/>
|
||||
<box id="webCerts" flex="1"/>
|
||||
<box id="CACerts" flex="1"/>
|
||||
</tabpanel>
|
||||
</tabcontrol>
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
</row>
|
||||
<row>
|
||||
<box orient="horizontal" flex="1">
|
||||
|
||||
@ -46,16 +46,16 @@
|
||||
<column flex="1"/>
|
||||
<rows autostretch="always" >
|
||||
<row flex="1">
|
||||
<tabcontrol flex="1" orient="vertical">
|
||||
<tabbox orient="horizontal">
|
||||
<tabbox flex="1" orient="vertical">
|
||||
<tabs orient="horizontal">
|
||||
<tab id="general_tab" label="&certmgr.detail.general_tab.title;" />
|
||||
<tab id="prettyprint_tab" label="&certmgr.detail.prettyprint_tab.title;" />
|
||||
</tabbox>
|
||||
<tabpanel flex="1">
|
||||
</tabs>
|
||||
<tabpanels flex="1">
|
||||
<box id="general_info" flex="1"/>
|
||||
<box id="certPrettyPrint" flex ="1" />
|
||||
</tabpanel>
|
||||
</tabcontrol>
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
</row>
|
||||
<row>
|
||||
<box orient="horizontal" flex="1">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user