home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / mail.xpi / bin / chrome / messenger.jar / content / messenger / pref-mailnewsOverlay.xul < prev    next >
Extensible Markup Language  |  2001-10-11  |  2KB  |  45 lines

  1. <?xml version="1.0"?>
  2. <!-- 
  3. The contents of this file are subject to the Mozilla Public
  4. License Version 1.1 (the "License"); you may not use this file
  5. except in compliance with the License. You may obtain a copy of
  6. the License at http://www.mozilla.org/MPL/
  7.  
  8. oftware distributed under the License is distributed on an "AS
  9. IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10. implied. See the License for the specific language governing
  11. rights and limitations under the License.
  12.  
  13. The Original Code is mozilla.org code.
  14. The Initial Developer of the Original Code is Netscape
  15. Communications Corporation.  Portions created by Netscape are 
  16. Copyright (C) 2001 Netscape Communications Corporation.  All
  17. Rights Reserved.
  18.  
  19. Contributor(s): 
  20.   Srilatha Moturi <srilatha@netscape.com>
  21. -->
  22.  
  23. <!DOCTYPE window [
  24. <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
  25. %brandDTD;
  26. <!ENTITY % prefMailnewsOverlayDTD SYSTEM "chrome://messenger/locale/pref-mailnewsOverlay.dtd" >
  27. %prefMailnewsOverlayDTD;
  28. ]>
  29. <overlay id="prefMailnewsOverlay"
  30.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  31.  
  32. <script type="application/x-javascript">
  33.   <![CDATA[
  34.       _elementIDs.push("mailnewsEnableMapi");
  35.   ]]>
  36. </script>         
  37. <script type="application/x-javascript" src="chrome://messenger/content/pref-mailnewsOverlay.js"/>
  38. <hbox autostretch="never" id="mapi">
  39.   <checkbox id="mailnewsEnableMapi" label="&enableMapi.label;"
  40.             accesskey="&enableMapi.accesskey;"
  41.             oncommand="onEnableMapi();"
  42.             startFunc="mailnewsOverlayStartup();"/>
  43. </hbox>
  44. </overlay> 
  45.