home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Complet / thunderbird / chrome / mail.jar / content / messenger-mapi / pref-mailnewsOverlay.xul < prev   
Encoding:
Extensible Markup Language  |  2003-12-18  |  1.8 KB  |  49 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 overlay [
  24. <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
  25. %brandDTD;
  26. <!ENTITY % prefMailnewsOverlayDTD SYSTEM "chrome://messenger-mapi/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.       _elementIDs.push("mailnewsEnableNews");
  36.   ]]>
  37. </script>         
  38. <script type="application/x-javascript" src="chrome://messenger-mapi/content/pref-mailnewsOverlay.js"/>
  39. <vbox autostretch="never" id="mapi">
  40.   <checkbox id="mailnewsEnableMapi" label="&enableMapi.label;"
  41.             accesskey="&enableMapi.accesskey;" 
  42.             oncommand="onEnableMapi();"
  43.             startupFunc="registerCallback();"/>
  44.   <checkbox id="mailnewsEnableNews" label="&enableNews.label;"
  45.             accesskey="&enableNews.accesskey;" 
  46.             oncommand="onEnableNews();"/>
  47. </vbox>
  48. </overlay> 
  49.