Removing bogus part of this skeleton file.

git-svn-id: svn://10.0.0.236/trunk@70299 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com 2000-05-17 05:13:07 +00:00
parent a278a03dae
commit f01694b6ea

View File

@ -21,13 +21,13 @@
-->
<?xml-stylesheet href="chrome://communicator/skin/pref/pref.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-advanced.dtd" >
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-irc.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';">
onload="if( parent.handle ) parent.handle.onpageload( 'pref-irc' ); else parent.queuedTag = 'pref-irc';">
<box class="header" align="horizontal">
<titledbutton class="left-header-text" value="&lHeader;"/>
@ -36,62 +36,9 @@
</box>
<html:fieldset style="width: 100%;">
<html:div class="hspace-both">
<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 class="hspace-both">
<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 class="hspace-both">
<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 class="hspace-both">
<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 class="hspace-both">
<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 class="hspace-both">
<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 class="hspace-both">
<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>
<!-- put something here -->
</html:fieldset>
</window>