[prefwindow] advanced pane cleanup

This commit is contained in:
rgoodger%ihug.co.nz 2006-05-17 02:22:46 +00:00
parent 37877b8392
commit 881857e823

View File

@ -36,7 +36,7 @@
</box> </box>
<html:fieldset style="width: 100%;"> <html:fieldset style="width: 100%;">
<html:div> <html:div class="hspace-both">
<html:input type="checkbox" id="advancedAlwaysLoadImages" <html:input type="checkbox" id="advancedAlwaysLoadImages"
prefdefval="true" prefdefval="true"
pref="true" preftype="bool" prefstring="advanced.always_load_images"/> pref="true" preftype="bool" prefstring="advanced.always_load_images"/>
@ -44,7 +44,7 @@
&autoLoadImgCheck.label; &autoLoadImgCheck.label;
</html:label> </html:label>
</html:div> </html:div>
<html:div> <html:div class="hspace-both">
<html:input type="checkbox" id="advancedJavaAllow" <html:input type="checkbox" id="advancedJavaAllow"
prefdefval="true" prefdefval="true"
pref="true" preftype="bool" prefstring="advanced.java.allow"/> pref="true" preftype="bool" prefstring="advanced.java.allow"/>
@ -52,7 +52,7 @@
&enbJavaCheck.label; &enbJavaCheck.label;
</html:label> </html:label>
</html:div> </html:div>
<html:div> <html:div class="hspace-both">
<html:input type="checkbox" id="javascriptEnabled" <html:input type="checkbox" id="javascriptEnabled"
prefdefval="true" prefdefval="true"
pref="true" preftype="bool" prefstring="javascript.enabled"/> pref="true" preftype="bool" prefstring="javascript.enabled"/>
@ -60,7 +60,7 @@
&enbJsCheck.label; &enbJsCheck.label;
</html:label> </html:label>
</html:div> </html:div>
<html:div> <html:div class="hspace-both">
<html:input type="checkbox" id="javascriptAllowMailNews" <html:input type="checkbox" id="javascriptAllowMailNews"
prefdefval="true" prefdefval="true"
pref="true" preftype="bool" prefstring="javascript.allow.mailnews" /> pref="true" preftype="bool" prefstring="javascript.allow.mailnews" />
@ -68,7 +68,7 @@
&enbJsCheck.labelforMailNNews; &enbJsCheck.labelforMailNNews;
</html:label> </html:label>
</html:div> </html:div>
<html:div> <html:div class="hspace-both">
<html:input type="checkbox" id="CSSAllow" <html:input type="checkbox" id="CSSAllow"
prefdefval="true" prefdefval="true"
pref="true" preftype="bool" prefstring="css.allow" /> pref="true" preftype="bool" prefstring="css.allow" />
@ -76,7 +76,7 @@
&enbCssCheck.label; &enbCssCheck.label;
</html:label> </html:label>
</html:div> </html:div>
<html:div> <html:div class="hspace-both">
<html:input type="checkbox" id="advancedMailFTP" <html:input type="checkbox" id="advancedMailFTP"
prefdefval="true" prefdefval="true"
pref="true" preftype="bool" prefstring="advanced.mailftp"/> pref="true" preftype="bool" prefstring="advanced.mailftp"/>
@ -84,7 +84,7 @@
&sendAddFtpCheck.label; &sendAddFtpCheck.label;
</html:label> </html:label>
</html:div> </html:div>
<html:div> <html:div class="hspace-both">
<html:input type="checkbox" id="signonRememberSignons" <html:input type="checkbox" id="signonRememberSignons"
prefdefval="true" prefdefval="true"
pref="true" preftype="bool" prefstring="signon.rememberSignons" /> pref="true" preftype="bool" prefstring="signon.rememberSignons" />