Added what's related panel; moved bookmarks panel to the bottom.

This commit is contained in:
waterson%netscape.com 1999-06-07 23:57:39 +00:00
Родитель 2808e53bc3
Коммит 170261a9af
1 изменённых файлов: 13 добавлений и 5 удалений

Просмотреть файл

@ -2,9 +2,10 @@
<!DOCTYPE RDF
[
<!ENTITY sidebar.bookmarks.label "Bookmarks">
<!ENTITY sidebar.whats-related.label "What's Related">
<!ENTITY sidebar.flash.label "Flashes">
<!ENTITY sidebar.tinderbox.label "Mozilla Tinderbox">
<!ENTITY sidebar.bookmarks.label "Bookmarks">
]>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
@ -12,10 +13,10 @@
<RDF:Seq ID="NC:BrowserSidebarRoot">
<RDF:li>
<RDF:Description ID="bookmarks">
<NC:title>&sidebar.bookmarks.label;</NC:title>
<NC:content>resource://res/rdf/bm-panel.xul</NC:content>
<NC:customize>resource://res/rdf/bm-panel-cust.xul</NC:customize>
<RDF:Description ID="whats-related">
<NC:title>&sidebar.whats-related.label;</NC:title>
<NC:content>resource://res/samples/related-panel.xul</NC:content>
<NC:customize>resource://res/samples/related-panel-cust.xul</NC:customize>
</RDF:Description>
</RDF:li>
<RDF:li>
@ -31,5 +32,12 @@
<NC:content>http://cvs-mirror.mozilla.org/webtools/tinderbox/SeaMonkey/panel.html</NC:content>
</RDF:Description>
</RDF:li>
<RDF:li>
<RDF:Description ID="bookmarks">
<NC:title>&sidebar.bookmarks.label;</NC:title>
<NC:content>resource://res/rdf/bm-panel.xul</NC:content>
<NC:customize>resource://res/rdf/bm-panel-cust.xul</NC:customize>
</RDF:Description>
</RDF:li>
</RDF:Seq>
</RDF:RDF>