mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
87 lines
3.3 KiB
XML
87 lines
3.3 KiB
XML
<?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/
|
|
|
|
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):
|
|
-->
|
|
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-advanced.dtd" >
|
|
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
class="dialog"
|
|
align="vertical" title="&window.title;"
|
|
onload="if( parent.handle ) parent.handle.onpageload( 'pref-advanced' ); else parent.queuedTag = 'pref-advanced';">
|
|
|
|
<box type="smallheader" title="&lHeader;" description="&rHeader;"/>
|
|
|
|
<titledbox orient="vertical">
|
|
<html:div>
|
|
<html:input type="checkbox" id="advancedAlwaysLoadImages"
|
|
prefdefval="true"
|
|
pref="true" preftype="bool" prefstring="advanced.always_load_images"/>
|
|
<html:label for="advancedAlwaysLoadImages" accesskey="&autoLoadImgCheck.accesskey;" tabindex="0">
|
|
&autoLoadImgCheck.label;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div >
|
|
<html:input type="checkbox" id="advancedJavaAllow"
|
|
prefdefval="true"
|
|
pref="true" preftype="bool" prefstring="security.enable_java"/>
|
|
<html:label for="advancedJavaAllow" accesskey="&enbJavaCheck.accesskey;" tabindex="0">
|
|
&enbJavaCheck.label;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div >
|
|
<html:input type="checkbox" id="javascriptEnabled"
|
|
prefdefval="true"
|
|
pref="true" preftype="bool" prefstring="javascript.enabled"/>
|
|
<html:label for="javascriptEnabled" accesskey="&enbJsCheck.accesskey;" tabindex="0">
|
|
&enbJsCheck.label;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div >
|
|
<html:input type="checkbox" id="javascriptAllowMailNews"
|
|
prefdefval="true"
|
|
pref="true" preftype="bool" prefstring="javascript.allow.mailnews" />
|
|
<html:label for="javascriptAllowMailNews" accesskey="&enbJsCheck.accesskeyforMailNews;" tabindex="0">
|
|
&enbJsCheck.labelforMailNNews;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div >
|
|
<html:input type="checkbox" id="CSSAllow"
|
|
prefdefval="true"
|
|
pref="true" preftype="bool" prefstring="css.allow" />
|
|
<html:label for="CSSAllow" accesskey="&enbCssCheck.accesskey;" tabindex="0">
|
|
&enbCssCheck.label;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div >
|
|
<html:input type="checkbox" id="advancedMailFTP"
|
|
prefdefval="true"
|
|
pref="true" preftype="bool" prefstring="advanced.mailftp"/>
|
|
<html:label for="advancedMailFTP" accesskey="&sendAddFtpCheck.accesskey;" tabindex="0">
|
|
&sendAddFtpCheck.label;
|
|
</html:label>
|
|
</html:div>
|
|
</titledbox>
|
|
|
|
</window>
|