home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / firefox-3.0.14 / chrome / browser.jar / content / browser / preferences / preferences.xul < prev    next >
Encoding:
Extensible Markup Language  |  2008-03-24  |  2.4 KB  |  57 lines

  1. <?xml version="1.0"?>
  2.  
  3.  
  4. <?xml-stylesheet href="chrome://global/skin/global.css"?>
  5. <?xml-stylesheet href="chrome://mozapps/content/preferences/preferences.css"?>
  6. <?xml-stylesheet href="chrome://browser/skin/preferences/preferences.css"?>
  7.  
  8. <!-- XXX This should be in applications.xul, but bug 393953 means putting it
  9.    - there causes the Applications pane not to work the first time you open
  10.    - the Preferences dialog in a browsing session, so we work around the problem
  11.    - by putting it here instead.
  12.    -->
  13. <?xml-stylesheet href="chrome://browser/content/preferences/handlers.css"?>
  14. <?xml-stylesheet href="chrome://browser/skin/preferences/applications.css"?>
  15.  
  16. <!DOCTYPE prefwindow [
  17. <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
  18. <!ENTITY % preferencesDTD SYSTEM "chrome://browser/locale/preferences/preferences.dtd">
  19. %brandDTD;
  20. %preferencesDTD;
  21. ]>
  22.  
  23.  
  24.  
  25. <prefwindow type="prefwindow"
  26.             id="BrowserPreferences"
  27.             windowtype="Browser:Preferences"
  28.             ondialoghelp="openPrefsHelp()"
  29.             title="&prefWindow.titleGNOME;"
  30.             xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  31.             style="&prefWin.styleGNOME2;">
  32.  
  33.     <script type="application/javascript" src="chrome://browser/content/utilityOverlay.js"/>
  34.  
  35.     <stringbundle id="bundleBrand" src="chrome://branding/locale/brand.properties"/>
  36.     <stringbundle id="bundlePreferences"
  37.                   src="chrome://browser/locale/preferences/preferences.properties"/>
  38.  
  39.     <prefpane id="paneMain" label="&paneMain.title;"
  40.               src="chrome://browser/content/preferences/main.xul"/>
  41.     <prefpane id="paneTabs" label="&paneTabs.title;"
  42.               src="chrome://browser/content/preferences/tabs.xul"/>
  43.     <prefpane id="paneContent" label="&paneContent.title;"
  44.               src="chrome://browser/content/preferences/content.xul"/>
  45.     <prefpane id="paneApplications" label="&paneApplications.title;"
  46.               src="chrome://browser/content/preferences/applications.xul"/>
  47.     <prefpane id="panePrivacy" label="&panePrivacy.title;"
  48.               src="chrome://browser/content/preferences/privacy.xul"/>
  49.     <prefpane id="paneSecurity" label="&paneSecurity.title;"
  50.               src="chrome://browser/content/preferences/security.xul"/>
  51.     <prefpane id="paneAdvanced" label="&paneAdvanced.title;"
  52.               src="chrome://browser/content/preferences/advanced.xul"/>
  53.  
  54.  
  55. </prefwindow>
  56.  
  57.