Files
Mozilla/mozilla/profile/defaults/panels.rdf
slamm%netscape.com 541cdf3191 Fix for smoketest bugs 29793, 29718. Sidebar problems.
git-svn-id: svn://10.0.0.236/trunk@62006 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 00:33:31 +00:00

44 lines
1.6 KiB
XML

<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
<!--
These are the panels that will be displayed in the sidebar.
-->
<!DOCTYPE RDF
[
<!ENTITY sidebar.panel.whats-related "What's Related">
<!ENTITY sidebar.panel.search "Search">
<!ENTITY sidebar.panel.tinderbox "Tinderbox">
<!ENTITY sidebar.nc-panel.stocks "Stocks">
<!ENTITY sidebar.panel.client-bookmarks "Bookmarks">
]
>
<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:panel:whats-related">
<NC:title>&sidebar.panel.whats-related;</NC:title>
<NC:content>chrome://related/content/related-panel.xul</NC:content>
</RDF:Description>
<RDF:Description about="urn:sidebar:panel:search">
<NC:title>&sidebar.panel.search;</NC:title>
<NC:content>chrome://search/content/search-panel.xul</NC:content>
</RDF:Description>
<RDF:Description about="urn:sidebar:panel:tinderbox">
<NC:title>Tinderbox</NC:title>
<NC:content>http://tinderbox.mozilla.org/seamonkey/panel.html</NC:content>
</RDF:Description>
<RDF:Description about="urn:sidebar:panel:bookmarks">
<NC:title>&sidebar.panel.client-bookmarks;</NC:title>
<NC:content>chrome://bookmarks/content/bm-panel.xul</NC:content>
</RDF:Description>
</RDF:RDF>