Fix for bug 24351 as well as other jumping buttons and glitches in UI.

This commit is contained in:
evaughan%netscape.com 2000-02-14 05:30:05 +00:00
parent dac10da9e6
commit 7ef2c916b2
15 changed files with 213 additions and 184 deletions

View File

@ -95,9 +95,9 @@
</tree>
<box align="vertical">
<spring class="spacer"/>
<html:fieldset>
<html:legend>&AddHTMLAttributeLabel.label;</html:legend>
<box align="horizontal" style="width: 100%">
<titledbox orient="vertical">
<title><text value="&AddHTMLAttributeLabel.label;"/></title>
<box align="horizontal">
<html:label for="AddHTMLAttributeNameInput"> &AttName.label;</html:label>
<html:input type="text" flex="100%" id="AddHTMLAttributeNameInput" onkeyup="doHTMLEnabling(event.which)" onmouseup="doHTMLEnabling(event.which)"/>
<spring class="spacer"/>
@ -105,7 +105,7 @@
<html:input type="text" flex="100%" id="AddHTMLAttributeValueInput" onkeyup="doHTMLEnabling(event.which)"/>
<titledbutton class="push" id="AddHTMLAttribute" onclick="onAddHTMLAttribute(this)" value="&AddAttributeButton.label;" disabled="true"/>
</box>
</html:fieldset>
</titledbox>
</box>
</box>
<!-- ============================================================== -->
@ -125,9 +125,9 @@
</tree>
<box align="vertical">
<spring class="spacer"/>
<html:fieldset>
<html:legend>&AddCSSAttributeLabel.label;</html:legend>
<box align="horizontal" style="width: 100%">
<titledbox orient="vertical">
<title><text value="&AddCSSAttributeLabel.label;"/></title>
<box align="horizontal">
<html:label for="AddCSSAttributeNameInput"> &AttName.label;</html:label>
<html:input type="text" flex="100%" id="AddCSSAttributeNameInput" onkeyup="doCSSEnabling(event.which)" onmouseup="doHTMLEnabling(event.which)"/>
<spring class="spacer"/>
@ -135,7 +135,7 @@
<html:input type="text" flex="100%" id="AddCSSAttributeValueInput" onkeyup="doCSSEnabling(event.which)"/>
<titledbutton class="push" id="AddCSSAttribute" onclick="onAddCSSAttribute(this)" value="&AddAttributeButton.label;" disabled="true"/>
</box>
</html:fieldset>
</titledbox>
</box>
</box>
<!-- ============================================================== -->
@ -155,9 +155,9 @@
</tree>
<box align="vertical">
<spring class="spacer"/>
<html:fieldset>
<html:legend>&AddJSEAttributeLabel.label;</html:legend>
<box align="horizontal" style="width: 100%">
<titledbox orient="vertical">
<title><text value="&AddJSEAttributeLabel.label;"/></title>
<box align="horizontal">
<html:label for="AddJSEAttributeNameInput"> &AttName.label;</html:label>
<html:input type="text" flex="100%" id="AddJSEAttributeNameInput" onkeyup="doJSEEnabling(event.which)" onmouseup="doHTMLEnabling(event.which)"/>
<spring class="spacer"/>
@ -165,7 +165,7 @@
<html:input type="text" flex="100%" id="AddJSEAttributeValueInput" onkeyup="doJSEEnabling(event.which)"/>
<titledbutton class="push" id="AddJSEAttribute" onclick="onAddJSEAttribute(this)" value="&AddAttributeButton.label;" disabled="true"/>
</box>
</html:fieldset>
</titledbox>
</box>
</box>
<!-- ============================================================== -->

View File

@ -46,12 +46,14 @@
<xul:broadcaster id="args" value=""/>
<xul:keyset id="keyset"/>
<fieldset>
<legend
<xul:titledbox orient="vertical">
<xul:title
class = "dialog"
align = "left">
&locationFieldset.label;
</legend>
<xul:text value="&locationFieldset.label;"/>
</xul:title>
<div style="width: 50px; height: 50px">
<table>
<!--/////// Src URL and ALT Text //////-->
@ -95,8 +97,9 @@
</td>
<td/>
</tr>
</table>
</fieldset>
</table>
</div>
</xul:titledbox>
<xul:box align="horizontal">
<xul:titledbutton
@ -114,12 +117,13 @@
<xul:box id="MoreSection" align="vertical" flex="100%">
<xul:box align="horizontal" flex="100%">
<!-- //////// Image Dimensions //////// -->
<fieldset flex="100%">
<legend
<xul:titledbox orient="vertical" flex="100%">
<xul:title
class="dialog"
id="dimensionsLabel">
&dimensionsFieldset.label;
</legend>
<xul:text value="&dimensionsFieldset.label;"/>
</xul:title>
<div>
<!-- THIS NEEDS TO BE onchange RATHER THAN onclick -->
<input
type = "radio"
@ -134,6 +138,8 @@
&originalSizeRadio.label;
</label>
<br/>
</div>
<div>
<!-- THIS NEEDS TO BE onchange RATHER THAN onclick -->
<input
type ="radio"
@ -146,7 +152,9 @@
for = "customsizeRadio">
&customSizeRadio.label;
</label>
</div>
<!-- preferred width and height added to increase performance in boxes (otherwise buttons will jump!!) -evaughan -->
<div style="width: 50px; height: 50px">
<table>
<!--////// IMAGE WIDTH //////-->
<tr>
@ -206,8 +214,10 @@
</td>
</tr>
</table>
</div>
<!--////// CONSTRAIN DIMENSIONS //////-->
<div>
<input type="checkbox" id="constrainCheckbox"/>
<label
class = "dialog"
@ -215,18 +225,20 @@
for = "constrainCheckbox">
&constrainCheckbox.label;
</label>
</fieldset>
</div>
</xul:titledbox>
<!-- End of Bottom Left Region -->
<xul:box align="vertical" flex="100%">
<!-- Bottom Right Region -->
<!--//////// Alignment ////////-->
<fieldset flex="100%">
<legend
<xul:titledbox flex="100%" orient="vertical">
<xul:title
class = "dialog"
id = "alignLabel"
for = "alignTypeSelect">
&alignment.label;
</legend>
<xul:text value="&alignment.label;"/>
</xul:title>
<div>
<!-- BUG: Select contents can be nothing but text! -->
<select
id = "alignTypeSelect"
@ -265,7 +277,8 @@
</option>
-->
</select>
</fieldset>
</div>
</xul:titledbox>
<!--
<xul:titledbutton
id = "alignTypeSelect"
@ -277,13 +290,14 @@
onchange = "doOverallEnabling()" />
-->
<!--//////// Borders and Spacing ////////-->
<fieldset flex="100%">
<legend
<xul:titledbox orient="vertical" flex="100%">
<xul:title
class = "dialog"
id = "spacingLabel"
align = "left">
&spacingFieldset.label;
</legend>
id = "spacingLabel">
<xul:text value="&spacingFieldset.label;"/>
</xul:title>
<!-- preferred width and height added to increase performance in boxes (otherwise buttons will jump!!) -evaughan -->
<div style="width: 50px; height: 50px">
<table>
<tr>
<td align="right">
@ -370,7 +384,8 @@
</td>
</tr>
</table>
</fieldset>
</div>
</xul:titledbox>
</xul:box> <!-- Bottom Right region -->
</xul:box> <!-- The horizontal box -->

View File

@ -44,7 +44,9 @@
<xul:broadcaster id="args" value=""/>
<xul:keyset id="keyset"/>
<table>
<!-- preferred width and height added to increase performance in boxes (otherwise buttons will jump!!) -evaughan -->
<div style="width: 50px; height: 50px">
<table>
<tr>
<td align="right">
<label for="rows"> &numRowsEditField.label; </label>
@ -90,6 +92,7 @@
</td>
</tr>
</table>
</div>
<xul:spring class="spacer"/>
<!-- from EdDialogOverlay -->
<xul:box id="AdvancedEdit"/>

View File

@ -50,8 +50,8 @@
<html:input type="text" size="25" length="25" id="linkTextInput"/>
<spring class="spacer"/>
<html:fieldset><html:legend align="left"> &LinkURLFieldset.label; </html:legend>
<box align="vertical" style="width: 100%; height: 100%">
<titledbox><title><text value="&LinkURLFieldset.label;"/></title>
<box align="vertical">
<box align="vertical">
<box align="horizontal">
<html:div> &LinkURLEditField.label;</html:div>
@ -81,7 +81,7 @@
<html:div>&HeadingMsg2.label;</html:div>
</box>
</box>
</html:fieldset>
</titledbox>
</box>
<!-- from EdDialogOverlay -->

View File

@ -15,10 +15,10 @@
<html:div class="right-header-text">&pane.description;</html:div>
</box>
<html:fieldset>
<html:legend align="left">
<html:div>&pinpoint.label;</html:div>
</html:legend>
<titledbox orient="vertical">
<title>
<text value="&pinpoint.label;"/>
</title>
<html:div>&lookFor.label;</html:div>
@ -80,6 +80,6 @@
</html:td></html:tr>
</html:table-->
</html:fieldset>
</titledbox>
</window>

View File

@ -33,9 +33,9 @@ Rights Reserved.
<tabcontrol align="vertical" style="margin:5px">
<tabbox id="abTabBox" align="horizontal">
<tab selected="true">&Name.tab;</tab>
<tab>&Address.tab;</tab>
<tab>&Other.tab;</tab>
<tab selected="true"><text value="&Name.tab;"/></tab>
<tab><text value="&Address.tab;"/></tab>
<tab><text value="&Other.tab;"/></tab>
<spring flex="1"/>
</tabbox>
@ -44,10 +44,10 @@ Rights Reserved.
<!-- ** Name Tab ** -->
<box index="name" align="vertical" flex="100%">
<html:fieldset flex="100%">
<html:legend align="left">
<html:div style="font-weight: bold">&Name.box;</html:div>
</html:legend>
<titledbox orient="vertical" flex="100%">
<title>
<text value="&Name.box;"/>
</title>
<box align="vertical" style="width:100%">
<box align="horizontal" flex="100%">
@ -82,12 +82,12 @@ Rights Reserved.
</box>
</box>
</box>
</html:fieldset>
</titledbox>
<html:fieldset flex="100%">
<html:legend align="left">
<html:div style="font-weight: bold">&Internet.box;</html:div>
</html:legend>
<titledbox orient="vertical" flex="100%">
<title>
<text value="&Internet.box;"/>
</title>
<box align="vertical" style="width:100%">
<box align="horizontal">
@ -114,12 +114,12 @@ Rights Reserved.
</box>
</box>
</box>
</html:fieldset>
</titledbox>
<html:fieldset flex="100%">
<html:legend align="left">
<html:div style="font-weight: bold">&Phones.box;</html:div>
</html:legend>
<titledbox orient="vertical" flex="100%">
<title>
<text value="&Phones.box;"/>
</title>
<box align="vertical" style="width:100%">
<box align="horizontal">
@ -158,16 +158,16 @@ Rights Reserved.
</box>
</box>
</box>
</html:fieldset>
</titledbox>
</box>
<!-- ** Address Tab ** -->
<box index="address" align="vertical" flex="100%">
<html:fieldset flex="100%">
<html:legend align="left">
<html:div style="font-weight: bold">&Home.box;</html:div>
</html:legend>
<titledbox orient="vertical" flex="100%">
<title>
<text value="&Home.box;"/>
</title>
<box align="vertical" style="width:100%">
@ -210,12 +210,12 @@ Rights Reserved.
</box>
</box>
</box>
</html:fieldset>
</titledbox>
<html:fieldset style="width:100%">
<html:legend align="left">
<html:div style="font-weight: bold">&Work.box;</html:div>
</html:legend>
<titledbox orient="vertical" style="width:100%">
<title>
<text value="&Work.box;"/>
</title>
<box align="vertical" style="width:100%">
@ -286,7 +286,7 @@ Rights Reserved.
</box>
</box>
</box>
</html:fieldset>
</titledbox>
</box>
@ -312,15 +312,15 @@ Rights Reserved.
</box>
</box>
<html:fieldset style="width:100%">
<html:legend align="left">
<html:div style="font-weight: bold">&Notes.box;</html:div>
</html:legend>
<titledbox orient="vertical" style="width:100%">
<title>
<text value="&Notes.box;"/>
</title>
<box align="vertical" style="width:100%">
<html:textarea id="Notes" rows="15" wrap="virtual"/>
</box>
</html:fieldset>
</titledbox>
</box>

View File

@ -40,21 +40,26 @@ Rights Reserved.
<spring class="spacer"/>
<html:div>
<html:div>&fullnameDesc.label; &fullnameExample.label;</html:div>
<spring class="spacer"/>
<html:div>
<html:label for="fullName">&fullnameLabel.label;</html:label>
<html:input type="text" mailtype="identity" name="fullName" id="fullName"/>
</html:div>
</html:div>
<spring class="spacer"/>
<html:div>
<html:label for="fullName">&fullnameLabel.label;</html:label>
<html:input type="text" mailtype="identity" name="fullName" id="fullName"/>
</html:div>
<spring class="spacer"/>
<spring class="spacer"/>
<html:div>
<html:div>&emailDesc.label; &emailExample.label;</html:div>
<spring class="spacer"/>
<html:div>
</html:div>
<spring class="spacer"/>
<html:div>
<html:label for="email">&emailLabel.label;</html:label>
<html:input type="text" mailtype="identity" name="email" id="email"/>
</html:div>
</html:div>
</window>

View File

@ -15,10 +15,10 @@
<html:div class="right-header-text">&pane.description;</html:div>
</box>
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&allMsg.label;</html:div>
</html:legend>
<titledbox orient="vertical">
<title>
<text value="&allMsg.label;"/>
</title>
<html:div>
<html:input pref="true" preftype="bool" prefstring="mail.limit_message_size" id="mail.limit_message_size" type="checkbox"/>
@ -33,12 +33,12 @@
<html:input name="purgesize" pref="true" preftype="int" prefstring="mail.purge_threshhold" id="mail.purge_threshhold" size="4" type="text"/>
<html:label>&kb.label;</html:label>
</html:div>
</html:fieldset>
</titledbox>
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&newgroupMsgOnly.label;</html:div>
</html:legend>
<titledbox orient="vertical">
<title>
<text value="&newgroupMsgOnly.label;"/>
</title>
<html:div class="vertical-gap">&whenToClean.label;</html:div>
@ -72,6 +72,6 @@
<html:input name="removedays" pref="true" preftype="int" prefstring="news.remove_bodies.days" id="news.remove_bodies.days" size="4" type="text"/>
<html:label>&days.label;</html:label>
</html:div>
</html:fieldset>
</titledbox>
</window>

View File

@ -17,11 +17,11 @@
<html:div class="right-header-text">&pane.description;</html:div>
</box>
<html:fieldset>
<titledbox orient="vertical">
<html:legend align="left">
<html:div>&textBegin.label;</html:div>
</html:legend>
<title>
<text value="&textBegin.label;"/>
</title>
<box align="horizontal">
@ -54,12 +54,12 @@
</box>
</html:fieldset>
</titledbox>
<html:fieldset>
<html:legend align="left">
<html:div>&displayWidth.label;</html:div>
</html:legend>
<titledbox orient="vertical">
<title>
<text value="&displayWidth.label;"/>
</title>
<html:div>
<html:input pref="true" preftype="bool" prefstring="mail.fixed_width_messages" prefindex="true" id="fixed_width" name="fontwidth" type="radio"/>
@ -71,9 +71,9 @@
<html:label for="var_width">&variableWidth.label;</html:label>
</html:div>
</html:fieldset>
</titledbox>
<html:fieldset>
<titledbox orient="vertical">
<html:div>
<html:input pref="true" preftype="bool" prefstring="mail.play_sound" id="mail.play_sound" type="checkbox"/>
@ -96,11 +96,11 @@
<html:label for="mail.use_mapi_server">&useMessenger.label;</html:label>
</html:div>
</html:fieldset>
<html:fieldset>
<html:legend align="left">
<html:div>&startPageHeader.label;</html:div>
</html:legend>
</titledbox>
<titledbox orient="vertical">
<title>
<text value="&startPageHeader.label;"/>
</title>
<html:div>
<html:input type="checkbox" pref="true" preftype="bool" prefstring="mailnews.start_page.enabled" id="mailnews.start_page.enabled"/>
<html:label for="mailnews.start_page.enabled">
@ -108,12 +108,12 @@
</html:label>
</html:div>
<box align="horizontal">
<html:div>
<html:label>&location;</html:label>
<html:input name="homepage" type="text" pref="true" preftype="string"
<html:input name="homepage" size="30" type="text" pref="true" preftype="string"
prefstring="mailnews.start_page.url" id="mailnews.start_page.url"/>
</box>
</html:div>
<box align="horizontal">
<titledbutton class="dialog push" name="starts" type="button"
value="&useCurrent;" onclick="SetPrefToCurrentPage('mailnews.start_page.url');" />
@ -122,6 +122,6 @@
value="&browseFile;" onclick="PrefNavSelectFile('mailnews.start_page.url')"/>
</box>
</html:fieldset>
</titledbox>
</window>

View File

@ -28,10 +28,10 @@ function DoCustomize()
<html:div class="right-header-text">&pane.description;</html:div>
</box>
<html:fieldset>
<html:legend align="left">
<html:div>&requestReceipt.label;</html:div>
</html:legend>
<titledbox orient="vertical">
<title>
<text value="&requestReceipt.label;"/>
</title>
<html:div>
<html:input pref="true" preftype="int" prefstring="mail.request.return_receipt" prefindex="1" id="mail.request.return_receipt1" name="msgreceipt" type="radio"/>
@ -47,12 +47,12 @@ function DoCustomize()
<html:input pref="true" preftype="int" prefstring="mail.request.return_receipt" prefindex="3" id="mail.request.return_receipt3" name="msgreceipt" type="radio"/>
<html:label for="mail.request.return_receipt3">&both.label;</html:label>
</html:div>
</html:fieldset>
</titledbox>
<html:fieldset>
<html:legend align="left">
<html:div>&receiptArrive.label;</html:div>
</html:legend>
<titledbox orient="vertical">
<title>
<text value="&receiptArrive.label;"/>
</title>
<html:div>
<html:input pref="true" preftype="int" prefstring="mail.incorporate.return_receipt" prefindex="0" id="mail.incorporate.return_receipt0" name="getreceipt" type="radio"/>
@ -63,12 +63,12 @@ function DoCustomize()
<html:input pref="true" preftype="int" prefstring="mail.incorporate.return_receipt" prefindex="1" id="mail.incorporate.return_receipt1" name="getreceipt" type="radio"/>
<html:label for="mail.incorporate.return_receipt1">&moveToSent.label;</html:label>
</html:div>
</html:fieldset>
</titledbox>
<html:fieldset>
<html:legend align="left">
<html:div>&requestMDN.label;</html:div>
</html:legend>
<titledbox orient="vertical">
<title>
<text value="&requestMDN.label;"/>
</title>
<html:div>
<html:input pref="true" preftype="bool" prefstring="mail.mdn.report.enabled" prefindex="false" id="mail.mdn.report.enabled0" name="returnreceipt" type="radio"/>
@ -80,6 +80,6 @@ function DoCustomize()
<html:label for="mail.mdn.report.enabled1">&returnSome.label;</html:label>
<titledbutton class="push dialog" value="&custom.label;"/>
</html:div>
</html:fieldset>
</titledbox>
</window>

View File

@ -16,10 +16,10 @@
</box>
<html:fieldset>
<html:legend align="left">
<html:div>&chooseLayout.label;</html:div>
</html:legend>
<titledbox orient="vertical">
<title>
<text value="&chooseLayout.label;"/>
</title>
<html:div>
<html:input pref="true" preftype="int" prefstring="mail.pane_config" prefindex="0" id="mail.pane_arrangement0" name="winlayout" type="radio"/>
@ -29,9 +29,9 @@
</html:div>
&chooseExp.label;
</html:fieldset>
</titledbox>
<html:fieldset>
<titledbox orient="vertical">
<html:div>
<html:input pref="true" preftype="bool" prefstring="mailnews.reuse_thread_window2" id="mailnews.reuse_thread_window2" type="checkbox"/>
<html:label for="mailnews.reuse_thread_window2">&reuseThread.label;</html:label>
@ -43,5 +43,5 @@
</html:div>
&reuseExp.label;
</html:fieldset>
</titledbox>
</window>

View File

@ -15,35 +15,39 @@
<html:div class="right-header-text">&pane.description;</html:div>
</box>
<!-- FIX ME - add fieldset tags back in when bug 20070 is fixed -->
<!--html:fieldset-->
<titledbox orient="vertical">
<html:div class="vertical-gap">&sendMail.label;</html:div>
<spring class="vgap"/>
<html:div>
<html:input pref="true" preftype="int" prefstring="mail.default_html_action" prefindex="0" id="mail.default_html_action0" class="indent" name="recipients" type="radio"/>
<html:label for="mail.default_html_action0">&askMe.label;</html:label>
<html:label for="mail.default_html_action0">&askMe.label;</html:label>
<html:br/>
<html:label for="mail.default_html_action0" class="indent-second-label">&askMe2.label;</html:label>
</html:div>
<html:label for="mail.default_html_action0" class="indent-second-label">&askMe2.label;</html:label>
<html:div>
<html:input pref="true" preftype="int" prefstring="mail.default_html_action" prefindex="1" id="mail.default_html_action1" class="indent" name="recipients" type="radio"/>
<html:label for="mail.default_html_action1">&convertPlain.label;</html:label>
<html:br/>
<html:label for="mail.default_html_action1" class="indent-second-label">&convertPlain2.label;</html:label>
</html:div>
<html:label for="mail.default_html_action1" class="indent-second-label">&convertPlain2.label;</html:label>
<html:div>
<html:input pref="true" preftype="int" prefstring="mail.default_html_action" prefindex="2" id="mail.default_html_action2" class="indent" name="recipients" type="radio"/>
<html:label for="mail.default_html_action2">&sendHTML.label;</html:label>
<html:br/>
<html:label for="mail.default_html_action2" class="indent-second-label">&sendHTML2.label;</html:label>
</html:div>
<html:label for="mail.default_html_action2" class="indent-second-label">&sendHTML2.label;</html:label>
<html:div>
<html:input pref="true" preftype="int" prefstring="mail.default_html_action" prefindex="3" id="mail.default_html_action3" class="indent" name="recipients" type="radio"/>
<html:label for="pref:3:int:mail.default_html_action3">&sendBoth.label;</html:label>
<html:br/>
<html:label for="mail.default_html_action3" class="indent-second-label">&sendBoth2.label;</html:label>
</html:div>
<html:label for="mail.default_html_action3" class="indent-second-label">&sendBoth2.label;</html:label>
<html:div class="vertical-gap">&override.label;</html:div>
<!--/html:fieldset-->
</titledbox>
</window>

View File

@ -15,10 +15,10 @@
<html:div class="right-header-text">&pane.description;</html:div>
</box>
<html:fieldset>
<html:legend align="left">
<html:div>&forwardReply.label;</html:div>
</html:legend>
<titledbox orient="vertical">
<title>
<text value="&forwardReply.label;"/>
</title>
<html:div>
<html:label for="mail.forward_message_mode">&forwardMsg.label;</html:label>
@ -42,21 +42,23 @@
<html:option value="3" label="&selectAndBelowQuote.label;"/>
</html:select>
</html:div>
</html:fieldset>
</titledbox>
<html:fieldset>
<html:legend align="left">
<html:div>&spellCheckHeader.label;</html:div>
</html:legend>
<titledbox orient="vertical">
<title>
<text value="&spellCheckHeader.label;"/>
</title>
<html:input pref="true" preftype="bool" prefstring="mail.SpellCheckBeforeSend" id="mail.SpellCheckBeforeSend" type="checkbox"/>
<html:label for="mail.SpellCheckBeforeSend">&spellCheck.label;</html:label>
</html:fieldset>
<html:div>
<html:input pref="true" preftype="bool" prefstring="mail.SpellCheckBeforeSend" id="mail.SpellCheckBeforeSend" type="checkbox"/>
<html:label for="mail.SpellCheckBeforeSend">&spellCheck.label;</html:label>
</html:div>
</titledbox>
<html:fieldset>
<html:legend align="left">
<html:div>&msgWrapping.label;</html:div>
</html:legend>
<titledbox orient="vertical">
<title>
<text value="&msgWrapping.label;"/>
</title>
<html:div>
<html:input pref="true" preftype="bool" prefstring="mail.wrap_long_lines" id="mail.wrap_long_lines" type="checkbox"/>
@ -68,12 +70,12 @@
<html:input pref="true" preftype="int" prefstring="mailnews.wraplength" id="mailnews.wraplength" name="wraplength" type="text" size="3"/>
<html:label for="mailnews.wraplength">&char.label;</html:label>
</html:div>
</html:fieldset>
</titledbox>
<html:fieldset>
<html:legend align="left">
<html:div>&use8Bits.label;</html:div>
</html:legend>
<titledbox orient="vertical">
<title>
<text value="&use8Bits.label;"/>
</title>
<html:div>
<html:input pref="true" preftype="bool" prefstring="mail.strictly_mime" prefindex="false" id="mail.strictly_mime0" name="strictly_mime" type="radio"/>
@ -86,11 +88,11 @@
</html:div>
<html:div class="indent">&useMIMEpart2.label;</html:div>
</html:fieldset>
<html:fieldset>
<html:legend align="left">
<html:div>&emoticonsAndStructs.label;</html:div>
</html:legend>
</titledbox>
<titledbox orient="vertical">
<title>
<text value="&emoticonsAndStructs.label;"/>
</title>
<html:div>
<html:input pref="true" preftype="bool" prefstring="mail.convert_emoticons" id="mail.convert_emoticons" type="checkbox"/>
<html:label for="mail.convert_emoticons">&convertEmoticons.label;</html:label><html:label for="mail.convert_emoticons">&example1.label;&example2.label;&to.label;<html:img src="chrome://messenger/skin/smile.gif"/></html:label>
@ -99,6 +101,6 @@
<html:input pref="true" preftype="bool" prefstring="mail.convert_structs" id="mail.convert_structs" type="checkbox"/>
<html:label for="mail.convert_structs">&convertStructs.label;</html:label><html:label for="mail.convert_structs">&example1.label;&example3.label;&example4.label;&example3.label; &to.label; <html:b> &example4.label;</html:b></html:label>
</html:div>
</html:fieldset>
</titledbox>
</window>

View File

@ -29,16 +29,16 @@ Contributor(s): ______________________________________. -->
>
<window id="fontPanel">
<html:fieldset style="height: 100%">
<html:legend>&fontScaling;</html:legend>
<titledbox orient="vertical">
<title><text value="&fontScaling;"/></title>
<html:div>&fontScalingIntro;</html:div>
<spring style="height: 10px;"/>
<box align="horizontal" style="width: 100%" flex="100%">
<html:div>
<html:label for="browserScreenResolution">&resolution;</html:label>
<html:input type="text" id="browserScreenResolution" pref="true" preftype="string"
prefstring="browser.screen_resolution" value="&defaultScaling;" size="3"/>
<html:label>&fontScalingExample;</html:label>
</box>
</html:fieldset>
</html:div>
</titledbox>
</window>
</overlay>

View File

@ -16,23 +16,23 @@
<titledbutton class="right-header-text" value="&rHeader;"/>
</box>
<html:fieldset style="width: 100%;">
<html:div class="hspace-both">
<titledbox orient="vertical">
<html:div class="vertical-gap">
<html:input type="checkbox" id="XPInstallEnabled"
pref="true" preftype="bool" prefstring="xpinstall.enabled" />
<html:label for="XPInstallEnabled">&enableSU.label;</html:label>
</html:div>
<html:div class="hspace-both">
<html:div>
<html:input type="checkbox" id="XPInstallNotificationsEnabled"
pref="true" preftype="bool" prefstring="xpinstall.notifications.enabled"/>
<html:label for="XPInstallNotificationsEnabled">&enableNotification.label;</html:label>
</html:div>
<html:div class="hspace-both">
<html:div>
<html:input type="checkbox" id="XPInstallManualConfirm"
pref="true" preftype="bool" prefstring="xpinstall.manual_confirm"/>
<html:label for="XPInstallManualConfirm">&requireConfirmation.label;</html:label>
</html:div>
</html:fieldset>
</titledbox>
<!--
<html:fieldset style="width: 100%; height: 100%">