home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / chrome / toolkit.jar / content / global / nav_overlays.rdf < prev    next >
Encoding:
Extensible Markup Language  |  2000-04-19  |  1.1 KB  |  29 lines

  1. <?xml version="1.0"?> <!-- -*- Mode: SGML; tab-width: 4; indent-tabs-mode: nil -*- -->
  2.  
  3. <!-- This file defines the overlays for global content.
  4.  
  5.      This is a Windows-specific version and must be kept in synch with
  6.      the content of the XP version in the parent directory.
  7.  
  8.      This is the version for a Nav-only install, which does not include IM.
  9. -->
  10.  
  11. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  12.          xmlns="http://chrome.mozilla.org/rdf#"> 
  13.  
  14.         <RDF:Seq about="chrome:overlays">
  15.                 <RDF:li resource="chrome://global/content/tasksOverlay.xul"/>
  16.         </RDF:Seq>
  17.  
  18.         <RDF:Seq about="chrome://global/content/tasksOverlay.xul">
  19.                 <RDF:li>chrome://global/content/PSMTaskMenu.xul</RDF:li>
  20.                 <RDF:li>chrome://global/content/CalendarOverlay.xul</RDF:li>
  21.                 <RDF:li>chrome://communicator/content/net2phone/Net2PhoneTaskMenu.xul</RDF:li>
  22.         </RDF:Seq>
  23.  
  24.         <RDF:Seq about="chrome://global/content/globalOverlay.xul">
  25.                 <RDF:li>chrome://global/content/helpMenu.xul</RDF:li>
  26.         </RDF:Seq>
  27.  
  28. </RDF:RDF>
  29.