mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 14:02:47 +00:00
29 lines
1.1 KiB
XML
29 lines
1.1 KiB
XML
<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
|
|
|
|
<!DOCTYPE RDF SYSTEM "chrome://sidebar/locale/sidebar-rdf.dtd" >
|
|
<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:master-panel-list">
|
|
<RDF:li>
|
|
<RDF:Description about="urn:sidebar:panel:whats-related">
|
|
<NC:title>&sidebar.whats-related.label;</NC:title>
|
|
<NC:content>chrome://related/content/related-panel.xul</NC:content>
|
|
</RDF:Description>
|
|
</RDF:li>
|
|
<RDF:li>
|
|
<RDF:Description about="urn:sidebar:panel:tinderbox">
|
|
<NC:title>&sidebar.tinderbox.label;</NC:title>
|
|
<NC:content>http://cvs-mirror.mozilla.org/webtools/tinderbox/SeaMonkey/panel.html</NC:content>
|
|
<NC:sandbox/>
|
|
</RDF:Description>
|
|
</RDF:li>
|
|
<RDF:li>
|
|
<RDF:Description about="urn:sidebar:panel:bookmarks">
|
|
<NC:title>&sidebar.bookmarks.label;</NC:title>
|
|
<NC:content>chrome://bookmarks/content/bm-panel.xul</NC:content>
|
|
</RDF:Description>
|
|
</RDF:li>
|
|
</RDF:Seq>
|
|
</RDF:RDF>
|