mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 13:21:28 +00:00
Fix for 80392, r=blake, sspitzer
This commit is contained in:
parent
c66e9f062b
commit
0ae24960cb
@ -42,26 +42,27 @@
|
||||
|
||||
<box class="box-smallheader" title="&pane.title;"/>
|
||||
|
||||
<titledbox orient="vertical">
|
||||
<titledbox orient="vertical" class="small-margin">
|
||||
<label value="&displayWidth.label;"/>
|
||||
|
||||
<html>&plainText.label;</html>
|
||||
<html class="small-margin">&plainText.label;</html>
|
||||
|
||||
<box orient="horizontal" class="indent">
|
||||
<radiogroup id="mailFixedWidthMessages" orient="vertical" autostretch="never"
|
||||
<box class="indent">
|
||||
<radiogroup id="mailFixedWidthMessages"
|
||||
pref="true" preftype="bool" prefstring="mail.fixed_width_messages"
|
||||
prefattribute="value">
|
||||
<radio group="mailFixedWidthMessages" value="true" label="&fixedWidth.label;"/>
|
||||
<radio group="mailFixedWidthMessages" value="false" label="&variableWidth.label;"/>
|
||||
<radio class="small-margin" group="mailFixedWidthMessages" value="true" label="&fixedWidth.label;"/>
|
||||
<radio class="small-margin" group="mailFixedWidthMessages" value="false" label="&variableWidth.label;"/>
|
||||
</radiogroup>
|
||||
</box>
|
||||
|
||||
<separator class="thin"/>
|
||||
<html>&displayText.label;</html>
|
||||
<separator class="thin"/>
|
||||
|
||||
<html class="small-margin">&displayText.label;</html>
|
||||
<box class="indent" autostretch="never">
|
||||
<text class="label" value="&style.label;" accesskey="&style.accesskey;" for="mailQuotedStyle"/>
|
||||
<menulist id="mailQuotedStyle" pref="true" preftype="int" prefstring="mail.quoted_style"
|
||||
prefattribute="value">
|
||||
<text class="label small-margin" value="&style.label;" accesskey="&style.accesskey;" for="mailQuotedStyle"/>
|
||||
<menulist class="small-margin" id="mailQuotedStyle" pref="true" preftype="int" prefstring="mail.quoted_style"
|
||||
prefattribute="value" flex="1" style="width: 0px;">
|
||||
<menupopup>
|
||||
<menuitem value="0" label="®ular.label;"/>
|
||||
<menuitem value="1" label="&bold.label;"/>
|
||||
@ -70,9 +71,9 @@
|
||||
</menupopup>
|
||||
</menulist>
|
||||
|
||||
<text class="label" value="&size.label;" accesskey="&size.accesskey;" for="mailQuotedSize"/>
|
||||
<menulist id="mailQuotedSize" pref="true" preftype="int" prefstring="mail.quoted_size"
|
||||
prefattribute="value">
|
||||
<text class="label small-margin" value="&size.label;" accesskey="&size.accesskey;" for="mailQuotedSize"/>
|
||||
<menulist class="small-margin" id="mailQuotedSize" pref="true" preftype="int" prefstring="mail.quoted_size"
|
||||
prefattribute="value" flex="1" style="width: 0px;">
|
||||
<menupopup>
|
||||
<menuitem value="0" label="®ular.label;"/>
|
||||
<menuitem value="1" label="&bigger.label;"/>
|
||||
@ -80,18 +81,17 @@
|
||||
</menupopup>
|
||||
</menulist>
|
||||
|
||||
<text class="label" value="&color.label;" accesskey="&color.accesskey;"/>
|
||||
<colorpicker type="button" id="citationmenu" palettename="standard" oncommand="setColorWell(this);"/>
|
||||
<text class="label small-margin" value="&color.label;" accesskey="&color.accesskey;"/>
|
||||
<colorpicker class="small-margin" type="button" id="citationmenu" palettename="standard" oncommand="setColorWell(this);"/>
|
||||
<broadcaster id="mailCitationColor" pref="true" preftype="color" prefstring="mail.citation_color" prefattribute="value" wsm_attributes="value"/>
|
||||
</box>
|
||||
|
||||
<separator class="thin"/>
|
||||
<html>&viewingPlainText.label;</html>
|
||||
<html class="small-margin">&viewingPlainText.label;</html>
|
||||
<box orient="vertical" autostretch="never" class="indent">
|
||||
<checkbox id="wrapLongLines" label="&wrapInMsg.label;"
|
||||
<checkbox class="small-margin" id="wrapLongLines" label="&wrapInMsg.label;"
|
||||
pref="true" preftype="bool" prefstring="mail.wrap_long_lines"
|
||||
prefattribute="checked"/>
|
||||
<checkbox class="iconic" id="displayGlyph" label="&convertEmoticons.label;"
|
||||
<checkbox class="iconic small-margin" id="displayGlyph" label="&convertEmoticons.label;"
|
||||
pref="true" preftype="bool" prefstring="mail.display_glyph"
|
||||
prefattribute="checked" tooltip="aTooltip" tooltiptext="&convertEmoticons.tooltip;"/>
|
||||
<box orient="horizontal" autostretch="never" class="indent">
|
||||
@ -103,26 +103,25 @@
|
||||
</box>
|
||||
</titledbox>
|
||||
|
||||
<titledbox orient="vertical" autostretch="never">
|
||||
<label value="&languagesTitle.label;"/>
|
||||
<html>&coding.label;</html>
|
||||
<box autostretch="never" class="indent">
|
||||
<text class="label" value="&sendDefaultCharset.label;" accesskey="&sendDefaultCharset.accesskey;" for="sendDefaultCharsetList"/>
|
||||
<menulist id="sendDefaultCharsetList" ref="NC:DecodersRoot" datasources="rdf:charset-menu"
|
||||
pref="true" preftype="string" prefstring="mailnews.view_default_charset"
|
||||
prefattribute="value">
|
||||
<template>
|
||||
<menupopup>
|
||||
<menuitem label="rdf:http://home.netscape.com/NC-rdf#Name" value="..." uri="..."/>
|
||||
</menupopup>
|
||||
</template>
|
||||
</menulist>
|
||||
</box>
|
||||
<box autostretch="never">
|
||||
<checkbox id="forceCharsetOverride" label="&forceCharsetOverride.label;"
|
||||
pref="true" preftype="bool" prefstring="mailnews.force_charset_override"
|
||||
prefattribute="checked"/>
|
||||
</box>
|
||||
<titledbox orient="vertical" autostretch="never" class="small-margin">
|
||||
<label value="&languagesTitle.label;"/>
|
||||
<html class="small-margin">&coding.label;</html>
|
||||
<hbox autostretch="never">
|
||||
<text class="label" for="sendDefaultCharsetList"
|
||||
value="&sendDefaultCharset.label;" accesskey="&sendDefaultCharset.accesskey;"/>
|
||||
<menulist class="small-margin" id="sendDefaultCharsetList" ref="NC:DecodersRoot" datasources="rdf:charset-menu"
|
||||
pref="true" preftype="string" prefstring="mailnews.view_default_charset"
|
||||
prefattribute="value">
|
||||
<template>
|
||||
<menupopup>
|
||||
<menuitem label="rdf:http://home.netscape.com/NC-rdf#Name" value="..." uri="..."/>
|
||||
</menupopup>
|
||||
</template>
|
||||
</menulist>
|
||||
</hbox>
|
||||
<checkbox class="small-margin" id="forceCharsetOverride" label="&forceCharsetOverride.label;"
|
||||
pref="true" preftype="bool" prefstring="mailnews.force_charset_override"
|
||||
prefattribute="checked"/>
|
||||
</titledbox>
|
||||
|
||||
</window>
|
||||
|
Loading…
x
Reference in New Issue
Block a user