mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
30 lines
987 B
XML
30 lines
987 B
XML
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE RDF
|
|
[
|
|
<!ENTITY sidebar.folders.label "Messenger Folders">
|
|
<!ENTITY sidebar.flash.label "Flashes">
|
|
]>
|
|
|
|
<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="NC:MessengerSidebarRoot">
|
|
<RDF:li>
|
|
<RDF:Description ID="MessengerFolders">
|
|
<NC:title>&sidebar.folders.label;</NC:title>
|
|
<NC:content>chrome://messenger/content/folderPane.xul</NC:content>
|
|
<NC:customize>chrome://messenger/content/messengerfolder-panel-cust.xul</NC:customize>
|
|
<NC:height>200px</NC:height>
|
|
</RDF:Description>
|
|
</RDF:li>
|
|
<RDF:li>
|
|
<RDF:Description ID="flash">
|
|
<NC:title>&sidebar.flash.label;</NC:title>
|
|
<NC:content>chrome://sidebar/content/flash.xul</NC:content>
|
|
<NC:customize>chrome://sidebar/content/flash-cust.xul</NC:customize>
|
|
</RDF:Description>
|
|
</RDF:li>
|
|
</RDF:Seq>
|
|
</RDF:RDF>
|