1999-06-04 23:28:56 +00:00
|
|
|
<?xml version="1.0"?>
|
1999-08-10 02:48:56 +00:00
|
|
|
|
|
|
|
<!--
|
|
|
|
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/
|
|
|
|
|
|
|
|
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):
|
|
|
|
-->
|
2000-04-21 09:40:38 +00:00
|
|
|
|
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
2000-04-19 21:42:30 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
|
2000-03-14 11:31:54 +00:00
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
1999-08-10 02:48:56 +00:00
|
|
|
|
2000-04-19 21:42:30 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-advanced.dtd" >
|
1999-06-04 23:28:56 +00:00
|
|
|
|
|
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
2000-01-07 06:52:11 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
1999-10-30 05:44:23 +00:00
|
|
|
class="dialog"
|
2000-01-05 02:08:19 +00:00
|
|
|
align="vertical" title="&window.title;"
|
2000-01-07 06:52:11 +00:00
|
|
|
onload="if( parent.handle ) parent.handle.onpageload( 'pref-advanced' ); else parent.queuedTag = 'pref-advanced';">
|
1999-06-04 23:28:56 +00:00
|
|
|
|
2000-03-14 11:31:54 +00:00
|
|
|
<box type="smallheader" title="&lHeader;" description="&rHeader;"/>
|
1999-06-04 23:28:56 +00:00
|
|
|
|
2000-02-14 01:42:09 +00:00
|
|
|
<titledbox orient="vertical">
|
|
|
|
<html:div>
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:input type="checkbox" id="advancedAlwaysLoadImages"
|
|
|
|
prefdefval="true"
|
|
|
|
pref="true" preftype="bool" prefstring="advanced.always_load_images"/>
|
2000-02-11 22:31:49 +00:00
|
|
|
<html:label for="advancedAlwaysLoadImages" accesskey="&autoLoadImgCheck.accesskey;" tabindex="0">
|
2000-01-07 06:52:11 +00:00
|
|
|
&autoLoadImgCheck.label;
|
|
|
|
</html:label>
|
2000-01-05 02:08:19 +00:00
|
|
|
</html:div>
|
2000-02-14 01:42:09 +00:00
|
|
|
<html:div >
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:input type="checkbox" id="advancedJavaAllow"
|
|
|
|
prefdefval="true"
|
2000-03-22 21:51:37 +00:00
|
|
|
pref="true" preftype="bool" prefstring="security.enable_java"/>
|
2000-02-11 22:31:49 +00:00
|
|
|
<html:label for="advancedJavaAllow" accesskey="&enbJavaCheck.accesskey;" tabindex="0">
|
2000-01-05 02:08:19 +00:00
|
|
|
&enbJavaCheck.label;
|
|
|
|
</html:label>
|
|
|
|
</html:div>
|
2000-02-14 01:42:09 +00:00
|
|
|
<html:div >
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:input type="checkbox" id="javascriptEnabled"
|
|
|
|
prefdefval="true"
|
|
|
|
pref="true" preftype="bool" prefstring="javascript.enabled"/>
|
2000-02-11 22:31:49 +00:00
|
|
|
<html:label for="javascriptEnabled" accesskey="&enbJsCheck.accesskey;" tabindex="0">
|
2000-01-05 02:08:19 +00:00
|
|
|
&enbJsCheck.label;
|
|
|
|
</html:label>
|
|
|
|
</html:div>
|
2000-02-14 01:42:09 +00:00
|
|
|
<html:div >
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:input type="checkbox" id="javascriptAllowMailNews"
|
|
|
|
prefdefval="true"
|
|
|
|
pref="true" preftype="bool" prefstring="javascript.allow.mailnews" />
|
2000-02-11 22:31:49 +00:00
|
|
|
<html:label for="javascriptAllowMailNews" accesskey="&enbJsCheck.accesskeyforMailNews;" tabindex="0">
|
2000-01-05 02:08:19 +00:00
|
|
|
&enbJsCheck.labelforMailNNews;
|
|
|
|
</html:label>
|
|
|
|
</html:div>
|
2000-02-14 01:42:09 +00:00
|
|
|
<html:div >
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:input type="checkbox" id="CSSAllow"
|
|
|
|
prefdefval="true"
|
|
|
|
pref="true" preftype="bool" prefstring="css.allow" />
|
2000-02-11 22:31:49 +00:00
|
|
|
<html:label for="CSSAllow" accesskey="&enbCssCheck.accesskey;" tabindex="0">
|
2000-01-05 02:08:19 +00:00
|
|
|
&enbCssCheck.label;
|
|
|
|
</html:label>
|
|
|
|
</html:div>
|
2000-02-14 01:42:09 +00:00
|
|
|
<html:div >
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:input type="checkbox" id="advancedMailFTP"
|
|
|
|
prefdefval="true"
|
|
|
|
pref="true" preftype="bool" prefstring="advanced.mailftp"/>
|
2000-02-11 22:31:49 +00:00
|
|
|
<html:label for="advancedMailFTP" accesskey="&sendAddFtpCheck.accesskey;" tabindex="0">
|
2000-01-05 02:08:19 +00:00
|
|
|
&sendAddFtpCheck.label;
|
|
|
|
</html:label>
|
|
|
|
</html:div>
|
2000-02-14 01:42:09 +00:00
|
|
|
</titledbox>
|
1999-06-11 18:22:51 +00:00
|
|
|
|
1999-07-03 18:00:43 +00:00
|
|
|
</window>
|