mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
98 lines
3.5 KiB
XML
98 lines
3.5 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"?>
|
|
|
|
<!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 class="header" align="horizontal">
|
|
<titledbutton class="left-header-text" value="&lHeader;"/>
|
|
<spring class="header-spring" flex="1"/>
|
|
<titledbutton class="right-header-text" value="&rHeader;"/>
|
|
</box>
|
|
|
|
<html:fieldset style="width: 100%;">
|
|
<html:div>
|
|
<html:input type="checkbox" id="advancedAlwaysLoadImages"
|
|
prefdefval="true"
|
|
pref="true" preftype="bool" prefstring="advanced.always_load_images"/>
|
|
<html:label for="advancedAlwaysLoadImages" accesskey="i" tabindex="0">
|
|
&autoLoadImgCheck.label;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div>
|
|
<html:input type="checkbox" id="advancedJavaAllow"
|
|
prefdefval="true"
|
|
pref="true" preftype="bool" prefstring="advanced.java.allow"/>
|
|
<html:label for="advancedJavaAllow" accesskey="j" 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="r" 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="m" 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="s" 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="e" tabindex="0">
|
|
&sendAddFtpCheck.label;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div>
|
|
<html:input type="checkbox" id="signonRememberSignons"
|
|
prefdefval="true"
|
|
pref="true" preftype="bool" prefstring="signon.rememberSignons" />
|
|
<html:label for="signonRememberSignons" accesskey="r" tabindex="0">
|
|
&remSignCheck.label;
|
|
</html:label>
|
|
</html:div>
|
|
</html:fieldset>
|
|
|
|
</window>
|