mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 16:51:46 +00:00
New standard compliant sidebar format. Bug 41225. r=pavlov
This commit is contained in:
parent
c566e998b6
commit
34ead4d9e5
@ -18,12 +18,17 @@
|
||||
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
||||
|
||||
<RDF:Seq about="urn:sidebar:current-panel-list">
|
||||
<RDF:li resource="urn:sidebar:panel:whats-related" />
|
||||
<RDF:li resource="urn:sidebar:panel:search" />
|
||||
<RDF:li resource="urn:sidebar:panel:tinderbox" />
|
||||
<RDF:li resource="urn:sidebar:panel:bookmarks" />
|
||||
</RDF:Seq>
|
||||
<RDF:Description about="urn:sidebar:current-panel-list">
|
||||
<NC:panel-list>
|
||||
<RDF:Seq>
|
||||
<RDF:li resource="urn:sidebar:panel:whats-related"/>
|
||||
<RDF:li resource="urn:sidebar:panel:search"/>
|
||||
<RDF:li resource="urn:sidebar:panel:tinderbox"/>
|
||||
<RDF:li resource="urn:sidebar:panel:bookmarks"/>
|
||||
</RDF:Seq>
|
||||
</NC:panel-list>
|
||||
<NC:version>0.1</NC:version>
|
||||
</RDF:Description>
|
||||
<RDF:Description about="urn:sidebar:panel:whats-related">
|
||||
<NC:title>&sidebar.panel.whats-related;</NC:title>
|
||||
<NC:content>chrome://communicator/content/related/related-panel.xul</NC:content>
|
||||
|
Loading…
x
Reference in New Issue
Block a user