2000-05-10 22:20:50 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
The contents of this file are subject to the Netscape 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/NPL/
|
|
|
|
|
|
|
|
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 Netscape are
|
|
|
|
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
|
|
Rights Reserved.
|
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
Bill Law <law@netscape.com>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
2001-04-05 19:53:13 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/dialogOverlay.css" type="text/css"?>
|
2000-05-10 22:20:50 +00:00
|
|
|
|
|
|
|
<!DOCTYPE window [
|
fixes for bugs: 44581, 52491, 52524, 52490, 52560, 52571, 52353, 52357, 52349, 43358. Spelling, wording and capitalization fixes. New Folder Dialog fixes. r=hangas
2000-09-15 06:41:01 +00:00
|
|
|
<!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
|
|
|
|
%brandDTD;
|
2001-03-06 02:34:34 +00:00
|
|
|
<!ENTITY % platformDTD SYSTEM "chrome://global-platform/locale/platformDialogOverlay.dtd" >
|
2000-05-10 22:20:50 +00:00
|
|
|
%platformDTD;
|
|
|
|
<!ENTITY % prefWinhooksDTD SYSTEM "chrome://communicator/locale/pref/pref-winhooks.dtd" >
|
|
|
|
%prefWinhooksDTD;
|
|
|
|
]>
|
|
|
|
|
2000-06-15 09:54:41 +00:00
|
|
|
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
2000-08-18 04:49:33 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
class="color-dialog"
|
|
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-winhooks.xul');"
|
|
|
|
orient="vertical">
|
2000-05-10 22:20:50 +00:00
|
|
|
|
2001-04-26 11:00:18 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-winhooks.js"/>
|
2000-05-10 22:20:50 +00:00
|
|
|
|
2001-07-09 18:41:07 +00:00
|
|
|
<hbox class="box-smallheader" title="&title.label;"/>
|
2000-05-10 22:20:50 +00:00
|
|
|
|
2001-04-26 11:00:18 +00:00
|
|
|
<!-- File types -->
|
|
|
|
<text class="label" value="&files.text;"/>
|
|
|
|
<tree class="inset indent" style="width: 0px; height: 0px;" flex="2">
|
|
|
|
<treechildren flex="1">
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell>
|
2001-05-07 12:09:59 +00:00
|
|
|
<checkbox id="isHandlingHTML" label="&html.label;" accesskey="&html.accesskey;" allowevents="true"/>
|
2001-04-26 11:00:18 +00:00
|
|
|
</treecell>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell>
|
2001-05-07 12:09:59 +00:00
|
|
|
<checkbox id="isHandlingJPEG" label="&jpeg.label;" accesskey="&jpeg.accesskey;" allowevents="true"/>
|
2001-04-26 11:00:18 +00:00
|
|
|
</treecell>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell>
|
2001-05-07 12:09:59 +00:00
|
|
|
<checkbox id="isHandlingGIF" label="&gif.label;" accesskey="&gif.accesskey;" allowevents="true"/>
|
2001-04-26 11:00:18 +00:00
|
|
|
</treecell>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell>
|
2001-05-07 12:09:59 +00:00
|
|
|
<checkbox id="isHandlingPNG" label="&png.label;" accesskey="&png.accesskey;" allowevents="true"/>
|
2001-04-26 11:00:18 +00:00
|
|
|
</treecell>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell>
|
2001-05-07 12:09:59 +00:00
|
|
|
<checkbox id="isHandlingXML" label="&xml.label;" accesskey="&xml.accesskey;" allowevents="true"/>
|
2001-04-26 11:00:18 +00:00
|
|
|
</treecell>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell>
|
2001-05-07 12:09:59 +00:00
|
|
|
<checkbox id="isHandlingXUL" label="&xul.label;" accesskey="&xul.accesskey;" allowevents="true"/>
|
2001-04-26 11:00:18 +00:00
|
|
|
</treecell>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
</treechildren>
|
|
|
|
</tree>
|
|
|
|
|
|
|
|
<separator/>
|
|
|
|
|
|
|
|
<!-- Internet Shortcuts -->
|
|
|
|
<text class="label" value="&shortcuts.text;"/>
|
|
|
|
<tree class="inset indent" style="width: 0px; height: 0px;" flex="2">
|
|
|
|
<treechildren flex="1">
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell>
|
2001-05-07 12:09:59 +00:00
|
|
|
<checkbox id="isHandlingHTTP" label="&http.label;" accesskey="&http.accesskey;" allowevents="true"/>
|
2001-04-26 11:00:18 +00:00
|
|
|
</treecell>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell>
|
2001-05-07 12:09:59 +00:00
|
|
|
<checkbox id="isHandlingHTTPS" label="&https.label;" accesskey="&https.accesskey;" allowevents="true"/>
|
2001-04-26 11:00:18 +00:00
|
|
|
</treecell>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell>
|
2001-05-07 12:09:59 +00:00
|
|
|
<checkbox id="isHandlingFTP" label="&ftp.label;" accesskey="&ftp.accesskey;" allowevents="true"/>
|
2001-04-26 11:00:18 +00:00
|
|
|
</treecell>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell>
|
2001-05-07 12:09:59 +00:00
|
|
|
<checkbox id="isHandlingCHROME" label="&chrome.label;" accesskey="&chrome.accesskey;" allowevents="true"/>
|
2001-04-26 11:00:18 +00:00
|
|
|
</treecell>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treerow>
|
|
|
|
<treecell>
|
2001-05-07 12:09:59 +00:00
|
|
|
<checkbox id="isHandlingGOPHER" label="&gopher.label;" accesskey="&gopher.accesskey;" allowevents="true"/>
|
2001-04-26 11:00:18 +00:00
|
|
|
</treecell>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
</treechildren>
|
|
|
|
</tree>
|
|
|
|
|
|
|
|
<separator/>
|
|
|
|
|
|
|
|
<!-- Misc -->
|
2001-07-09 18:41:07 +00:00
|
|
|
<hbox autostretch="never">
|
2001-05-15 06:20:55 +00:00
|
|
|
<checkbox id="showDialog" label="&showDialog.label;" accesskey="&showDialog.accesskey;"/>
|
2001-07-09 18:41:07 +00:00
|
|
|
</hbox>
|
2001-04-26 11:00:18 +00:00
|
|
|
<spring flex="1"/>
|
2001-05-15 06:20:55 +00:00
|
|
|
|
2000-05-10 22:20:50 +00:00
|
|
|
</window>
|
|
|
|
|