Moving autocomplete pref from message composition pane to addressing pane to save screen space (40888). r=slamm, a=glick

This commit is contained in:
mcafee%netscape.com 2000-08-17 01:06:27 +00:00
Родитель e1731f49a1
Коммит 86af79d0b4
4 изменённых файлов: 13 добавлений и 14 удалений

Просмотреть файл

@ -12,7 +12,7 @@
<script language="javascript">
<![CDATA[
var _elementIDs = ["emailCollection", "emailCollectionIncoming", "emailCollectionOutgoing"];
var _elementIDs = ["emailCollection", "emailCollectionIncoming", "emailCollectionOutgoing", "addressingAutocomplete"];
]]>
</script>
@ -35,6 +35,12 @@
</box>
</titledbox>
<box orient="vertical" id="additional_addrbook_prefs"/>
<titledbox orient="vertical">
<title><text value="&addressingTitle.label;"/></title>
<html>&addressingText.label;</html>
<checkbox id="addressingAutocomplete" value="&addressingEnable.label;"
pref="true" preftype="bool" prefstring="mail.enable_autocomplete"
prefattribute="checked"/>
</titledbox>
</window>

Просмотреть файл

@ -42,4 +42,7 @@ Rights Reserved.
<!ENTITY emailCollectiontitle.label "Email Address Collection">
<!ENTITY emailCollectiontext.label "Email Address Collection saves the email addresses from your incoming and/or outgoing mail and stores them in a local address book, Collected Addresses.">
<!-- Autocompletion -->
<!ENTITY addressingTitle.label "Address Autocompletion">
<!ENTITY addressingText.label "When you address messages, Mail can autocomplete addresses for you by looking for matching entries in your address books, or showing you a list of possible matches.">
<!ENTITY addressingEnable.label "Enable address autocompletion">

Просмотреть файл

@ -16,7 +16,7 @@
<script language="JavaScript">
<![CDATA[
var _elementIDs = ["forwardMessageMode", "autoQuote", "replyOnTop", "spellCheckBeforeSend", "strictlyMime", "wrapLength", "sendDefaultCharsetList", "addressingAutocomplete"];
var _elementIDs = ["forwardMessageMode", "autoQuote", "replyOnTop", "spellCheckBeforeSend", "strictlyMime", "wrapLength", "sendDefaultCharsetList"];
function Startup()
{
@ -126,13 +126,6 @@
-->
<titledbox orient="vertical">
<title><text value="&addressingTitle.label;"/></title>
<html>&addressingText.label;</html>
<checkbox id="addressingAutocomplete" value="&addressingEnable.label;"
pref="true" preftype="bool" prefstring="mail.enable_autocomplete"
prefattribute="checked"/>
</titledbox>
</window>

Просмотреть файл

@ -63,8 +63,5 @@ Rights Reserved.
<!ENTITY sendDefaultCharset.label "Default Character Coding:">
<!ENTITY languages.label "Languages">
<!ENTITY addressingTitle.label "Addressing Messages">
<!ENTITY addressingText.label "When you address messages, Mail can autocomplete addresses for you by looking for matching entries in your address books, or showing you a list of possible matches.">
<!ENTITY addressingEnable.label "Enable address autocompletion">
<!-- Tooltips -->