1999-06-04 23:28:56 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
2006-05-17 02:39:15 +00:00
|
|
|
<!-- ***** BEGIN LICENSE BLOCK *****
|
|
|
|
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.mozilla.org/MPL/
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
for the specific language governing rights and limitations under the
|
|
|
|
License.
|
|
|
|
|
|
|
|
The Original Code is Mozilla Communicator client code, released
|
|
|
|
March 31, 1998.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is
|
|
|
|
Netscape Communications Corporation.
|
|
|
|
Portions created by the Initial Developer are Copyright (C) 1998-1999
|
|
|
|
the Initial Developer. All Rights Reserved.
|
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
Ben Goodger <ben@netscape.com>
|
|
|
|
|
|
|
|
Alternatively, the contents of this file may be used under the terms of
|
|
|
|
either of the GNU General Public License Version 2 or later (the "GPL"),
|
|
|
|
or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
of those above. If you wish to allow use of your version of this file only
|
|
|
|
under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
use your version of this file under the terms of the MPL, indicate your
|
|
|
|
decision by deleting the provisions above and replace them with the notice
|
|
|
|
and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
the provisions above, a recipient may use your version of this file under
|
|
|
|
the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
|
|
|
|
***** END LICENSE BLOCK ***** -->
|
1999-08-10 02:48:56 +00:00
|
|
|
|
2006-05-17 02:26:59 +00:00
|
|
|
<?xul-overlay href="chrome://communicator/content/pref/platformPrefOverlay.xul"?>
|
1999-06-04 23:28:56 +00:00
|
|
|
|
2006-05-17 02:36:16 +00:00
|
|
|
<!DOCTYPE overlay SYSTEM "chrome://communicator/locale/pref/preftree.dtd">
|
2006-05-17 02:24:52 +00:00
|
|
|
|
2006-05-17 02:22:45 +00:00
|
|
|
<overlay id="prefTreeOverlay"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
2006-05-17 02:27:03 +00:00
|
|
|
<script>
|
|
|
|
<![CDATA[
|
2006-05-17 02:28:25 +00:00
|
|
|
var _elementIDs = []; // hack
|
2006-05-17 02:27:03 +00:00
|
|
|
]]>
|
|
|
|
</script>
|
|
|
|
|
2006-05-17 02:34:33 +00:00
|
|
|
<tree id="prefsTree" seltype="single" hidecolumnpicker="true"
|
2006-05-17 02:34:16 +00:00
|
|
|
onselect="if( hPrefWindow ) hPrefWindow.switchPage();">
|
2006-05-17 02:34:33 +00:00
|
|
|
<treecols>
|
2006-05-17 02:35:14 +00:00
|
|
|
<treecol id="categoryCol" flex="1" primary="true" hideheader="true"/>
|
2006-05-17 02:34:33 +00:00
|
|
|
</treecols>
|
|
|
|
<treechildren id="panelChildren">
|
|
|
|
<treeitem container="true" id="appearance">
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-appearance.xul" label="&appear.label;"/>
|
|
|
|
</treerow>
|
|
|
|
<treechildren id="appearanceChildren">
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-fonts.xul" label="&fonts.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-colors.xul" label="&colors.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
2006-05-17 02:39:59 +00:00
|
|
|
<treeitem>
|
2006-05-17 02:34:33 +00:00
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-themes.xul" label="&themes.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
2006-05-17 02:39:59 +00:00
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-locales.xul" label="&locales.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
2006-05-17 02:34:33 +00:00
|
|
|
</treechildren>
|
|
|
|
</treeitem>
|
2006-05-17 02:34:16 +00:00
|
|
|
<!-- XXX remove this when overlays.rdf works for navigator -->
|
2006-05-17 02:34:33 +00:00
|
|
|
<treeitem container="true" id="navigator">
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-navigator.xul" label="&navigator.label;"/>
|
|
|
|
</treerow>
|
|
|
|
<treechildren>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-history.xul" label="&history.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-languages.xul" label="&languages.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-applications.xul" label="&applications.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-smart_browsing.xul" label="&smartBrowse.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-search.xul" label="&search.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-tabs.xul" label="&tabWindows.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
2006-05-17 02:34:59 +00:00
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-download.xul" label="&download.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
2006-05-17 02:34:16 +00:00
|
|
|
<!-- Taking out Policies panel b/c bug 44121
|
2006-05-17 02:34:33 +00:00
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-policies.xul" label="&policies.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem> -->
|
|
|
|
</treechildren>
|
|
|
|
</treeitem>
|
1999-06-04 23:28:56 +00:00
|
|
|
|
2006-05-17 02:34:16 +00:00
|
|
|
<!-- Security and Privacy items -->
|
2006-05-17 02:34:33 +00:00
|
|
|
<treeitem container="true" id="securityItem">
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-security.xul" label="&security.label;" />
|
|
|
|
</treerow>
|
|
|
|
<treechildren id="securityChildren"/>
|
|
|
|
</treeitem>
|
Fix a whole bunch of bookmarks bugs: #68018, #78586, #71776, #77814, #78373. r=hwaara, sr=alecf (r=doron on 68018). Brought to you by: Fabian Guisset <hidday@geocities.com>
#78997, fix offline pref panel to match the spec. Patch by Stephen Walker <walk84@usa.net>, r=hwaara, sr=sspitzer.
#79058, fix up the offline pref panel to show up correctly in the pref-tree. r=doron, sr=sspitzer.
2006-05-17 02:29:48 +00:00
|
|
|
|
2006-05-17 02:34:33 +00:00
|
|
|
<treeitem container="true" id="advancedItem">
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-advanced.xul" label="&advance.label;"/>
|
|
|
|
</treerow>
|
|
|
|
<treechildren id="advancedChildren">
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-scripts.xul" label="&scriptsAndWindows.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
2006-05-17 02:36:16 +00:00
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-keynav.xul" label="&keynav.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
2006-05-17 02:34:33 +00:00
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-cache.xul" label="&cache.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
2006-05-17 02:36:47 +00:00
|
|
|
<treeitem id="proxiesItem">
|
2006-05-17 02:34:33 +00:00
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-proxies.xul" label="&proxies.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
2006-05-17 02:34:57 +00:00
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-http.xul" label="&httpnetworking.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
2006-05-17 02:34:33 +00:00
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-smartupdate.xul" label="&smart.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem id="mousewheelItem">
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-mousewheel.xul" label="&mousewheel.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
</treechildren>
|
|
|
|
</treeitem>
|
Fix a whole bunch of bookmarks bugs: #68018, #78586, #71776, #77814, #78373. r=hwaara, sr=alecf (r=doron on 68018). Brought to you by: Fabian Guisset <hidday@geocities.com>
#78997, fix offline pref panel to match the spec. Patch by Stephen Walker <walk84@usa.net>, r=hwaara, sr=sspitzer.
#79058, fix up the offline pref panel to show up correctly in the pref-tree. r=doron, sr=sspitzer.
2006-05-17 02:29:48 +00:00
|
|
|
|
2006-05-17 02:34:33 +00:00
|
|
|
<treeitem container="true" id="debugItem">
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-debug.xul" label="&debug.label;"/>
|
|
|
|
</treerow>
|
|
|
|
<treechildren id="debugChildren">
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-debug1.xul" label="&debug1.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-debug2.xul" label="&debug2.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
</treechildren>
|
|
|
|
</treeitem>
|
1999-09-07 19:36:48 +00:00
|
|
|
|
2006-05-17 02:36:46 +00:00
|
|
|
<!-- commented out until bug 82487 is fixed -->
|
|
|
|
<!--
|
2006-05-17 02:34:33 +00:00
|
|
|
<treeitem id="offlineItem">
|
|
|
|
<treerow>
|
|
|
|
<treecell url="chrome://communicator/content/pref/pref-offline.xul" label="&offline.label;"/>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
2006-05-17 02:36:46 +00:00
|
|
|
-->
|
2006-05-17 02:34:33 +00:00
|
|
|
</treechildren>
|
|
|
|
</tree>
|
1999-08-05 21:42:15 +00:00
|
|
|
|
2006-05-17 02:22:45 +00:00
|
|
|
</overlay>
|