mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00
update mail pref panes to match the new prefwindow landing
This commit is contained in:
parent
e3f009ea37
commit
bf21864da7
@ -5,12 +5,10 @@
|
||||
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="StartUp('Mailnews-Main')"
|
||||
onload="if (parent.handle) parent.handle.onpageload('pref-addressing'); else parent.queuedTag='pref-addressing';"
|
||||
class="dialog"
|
||||
align="vertical">
|
||||
|
||||
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
|
||||
|
||||
<box class="header" align="horizontal">
|
||||
<html:div class="left-header-text">&pane.title;</html:div>
|
||||
<spring flex="100%"/>
|
||||
@ -90,26 +88,15 @@
|
||||
</html:legend>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:0:int:mail.addr_book.lastnamefirst" name="displayname" type="radio" checked="true"/>
|
||||
<html:label for="pref:0:int:mail.addr_book.lastnamefirst">&useDisplayName.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.addr_book.lastnamefirst" prefindex="false" id="mail.addr_book.lastnamefirst1" name="displayname" type="radio" checked="true"/>
|
||||
<html:label for="mail.addr_book.lastnamefirst0">&useDisplayName.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:1:int:mail.addr_book.lastnamefirst" name="displayname" type="radio"/>
|
||||
<html:label for="pref:1:int:mail.addr_book.lastnamefirst">&useLastFirst.label;</html:label>
|
||||
<html:input pref="true" preftype="1" prefstring="mail.addr_book.lastnamefirst" prefindex="true" id="mail.addr_book.lastnamefirst" name="displayname" type="radio"/>
|
||||
<html:label for="mail.addr_book.lastnamefirst1">&useLastFirst.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<!--html:table>
|
||||
<html:tr><html:td>
|
||||
<html:input name="displayname" type="radio" id="pref:0:int:mail.addr_book.lastnamefirst" checked="true"/>
|
||||
<html:label>&useDisplayName.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
<html:tr><html:td>
|
||||
<html:input name="displayname" type="radio" id="pref:1:int:mail.addr_book.lastnamefirst"/>
|
||||
<html:label>&useLastFirst.label;</html:label>
|
||||
</html:td></html:tr>
|
||||
</html:table-->
|
||||
|
||||
</html:fieldset>
|
||||
|
||||
</window>
|
||||
|
@ -6,11 +6,9 @@
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
class="dialog"
|
||||
onload="StartUp('Mailnews-Disk Space')"
|
||||
onload="if (parent.handle) parent.handle.onpageload('pref-diskspace'); else parent.queuedTag='pref-diskspace';"
|
||||
align="vertical">
|
||||
|
||||
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
|
||||
|
||||
<box class="header" align="horizontal">
|
||||
<html:div class="left-header-text">&pane.title;</html:div>
|
||||
<spring flex="100%"/>
|
||||
@ -23,16 +21,16 @@
|
||||
</html:legend>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:0:bool:mail.limit_message_size" type="checkbox"/>
|
||||
<html:label for="pref:0:bool:mail.limit_message_size">&storeMsgLimit.label;</html:label>
|
||||
<html:input name="maxsize" id="pref:string:mail.max_size" size="4" type="text"/>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.limit_message_size" id="mail.limit_message_size" type="checkbox"/>
|
||||
<html:label for="mail.limit_message_size">&storeMsgLimit.label;</html:label>
|
||||
<html:input name="maxsize" pref="true" preftype="int" prefstring="mail.max_size" id="mail.max_size" size="4" type="text"/>
|
||||
<html:label>&kb.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:0:bool:mail.prompt_purge_threshhold" type="checkbox"/>
|
||||
<html:label for="pref:0:bool:mail.prompt_purge_threshhold">&autoCompact.label;</html:label>
|
||||
<html:input name="purgesize" id="pref:string:mail.purge_threshhold" size="4" type="text"/>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.prompt_purge_threshhold" id="mail.prompt_purge_threshhold" type="checkbox"/>
|
||||
<html:label for="mail.prompt_purge_threshhold">&autoCompact.label;</html:label>
|
||||
<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>
|
||||
@ -45,33 +43,33 @@
|
||||
<html:div class="vertical-gap">&whenToClean.label;</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:1:int:news.keep.method" class="indent" name="keepmsg" type="radio"/>
|
||||
<html:label for="pref:1:int:news.keep.method">&keepMsgs.label;</html:label>
|
||||
<html:input name="keepdays" id="pref:string:news.keep.days" size="4" type="text"/>
|
||||
<html:input pref="true" preftype="int" prefstring="news.keep.method" prefindex="1" id="news.keep.method1" class="indent" name="keepmsg" type="radio"/>
|
||||
<html:label for="news.keep.method1">&keepMsgs.label;</html:label>
|
||||
<html:input name="keepdays" pref="true" preftype="int" prefstring="news.keep.days" id="news.keep.days" size="4" type="text"/>
|
||||
<html:label>&days.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:0:int:news.keep.method" class="indent" name="keepmsg" type="radio" checked="true"/>
|
||||
<html:input pref="true" preftype="int" prefstring="news.keep.method" prefindex="0" id="news.keep.method0" class="indent" name="keepmsg" type="radio" checked="true"/>
|
||||
<html:label for="pref:0:int:news.keep.method">&keepAllMsg.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:2:int:news.keep.method" class="indent" name="keepmsg" type="radio"/>
|
||||
<html:label for="pref:2:int:news.keep.method">&keepTheNewest.label;</html:label>
|
||||
<html:input name="keepmsgcount" id="pref:string:news.keep.count" size="4" type="text"/>
|
||||
<html:input pref="true" preftype="int" prefstring="news.keep.method" prefindex="2" id="news.keep.method2" class="indent" name="keepmsg" type="radio"/>
|
||||
<html:label for="news.keep.method2">&keepTheNewest.label;</html:label>
|
||||
<html:input name="keepmsgcount" pref="true" preftype="int" prefstring="news.keep.count" id="news.keep.count" size="4" type="text"/>
|
||||
<html:label>&messages.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div class="vertical-gap">
|
||||
<html:input id="pref:0:bool:news.keep.only_unread" type="checkbox"/>
|
||||
<html:label for="pref:0:bool:news.keep.only_unread">&keepUnread.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="news.keep.only_unread" id="news.keep.only_unread" type="checkbox"/>
|
||||
<html:label for="news.keep.only_unread">&keepUnread.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:0:bool:news.remove_bodies.by_age" type="checkbox"/>
|
||||
<html:label for="pref:0:bool:news.remove_bodies.by_age">&removeMsg.label;</html:label>
|
||||
<html:input name="removedays" id="pref:string:news.remove_bodies.days" size="4" type="text"/>
|
||||
<html:input pref="true" preftype="bool" prefstring="news.remove_bodies.by_age" id="news.remove_bodies.by_age" type="checkbox"/>
|
||||
<html:label for="news.remove_bodies.by_age">&removeMsg.label;</html:label>
|
||||
<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>
|
||||
|
@ -6,10 +6,9 @@
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
class="dialog"
|
||||
onload="return StartUp('Mailnews-Main')"
|
||||
onload="if (parent.handle) parent.handle.onpageload('pref-mailnews'); else parent.queuedTag='pref-mailnews';"
|
||||
align="vertical">
|
||||
|
||||
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
|
||||
<html:script language="javascript" src="chrome://messenger/content/pref-mailnews.js"/>
|
||||
|
||||
<box class="header" align="horizontal">
|
||||
@ -24,8 +23,11 @@
|
||||
</html:legend>
|
||||
|
||||
<html:div>
|
||||
<html:label for="pref:int:mail.quoted_style">&style.label;</html:label>
|
||||
<html:select id="pref:int:mail.quoted_style">
|
||||
<html:label for="mail.quoted_style">&style.label;</html:label>
|
||||
<html:select pref="true"
|
||||
preftype="int"
|
||||
prefstring="mail.quoted_style"
|
||||
id="mail.quoted_style">
|
||||
<html:option value="0" label="®ular.label;"/>
|
||||
<html:option value="1" label="&bold.label;"/>
|
||||
<html:option value="2" label="&italic.label;"/>
|
||||
@ -34,9 +36,9 @@
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:label for="pref:int:mail.quoted_size">&size.label;</html:label>
|
||||
<html:label for="mail.quoted_size">&size.label;</html:label>
|
||||
|
||||
<html:select id="pref:int:mail.quoted_size">
|
||||
<html:select pref="true" preftype="int" id="mail.quoted_size" prefstring="mail.quoted_size">
|
||||
<html:option value="0" label="®ular.label;"/>
|
||||
<html:option value="1" label="&bigger.label;"/>
|
||||
<html:option value="2" label="&smaller.label;"/>
|
||||
@ -45,7 +47,7 @@
|
||||
|
||||
<menu id="citationmenu">
|
||||
<titledbutton value="&color.label;" class="popup" align="right"/>
|
||||
<html:div id="pref:#000000:color:mail.citation_color" style="width:30px; background-color:white"/>
|
||||
<html:div nopref="true" preftype="string" prefstring="mail.citation_color" style="width:30px; background-color:white"/>
|
||||
<menupopup>
|
||||
<colorpicker id="citation" palettename="standard" onclick="setColorWell(this.parentNode.parentNode,null,false);"/>
|
||||
</menupopup>
|
||||
@ -59,13 +61,13 @@
|
||||
</html:legend>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:1:bool:mail.fixed_width_messages" name="fontwidth" type="radio" checked="true"/>
|
||||
<html:label for="pref:1:bool:mail.fixed_width_messages">&fixedWidth.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.fixed_width_messages" prefindex="1" id="fixed_width" name="fontwidth" type="radio" checked="true"/>
|
||||
<html:label for="fixed_width">&fixedWidth.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:0:bool:mail.fixed_width_messages" name="fontwidth" type="radio"/>
|
||||
<html:label for="pref:0:bool:mail.fixed_width_messages">&variableWidth.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.fixed_width_messages" prefindex="0" id="var_width" name="fontwidth" type="radio"/>
|
||||
<html:label for="var_width">&variableWidth.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<!--html:table>
|
||||
@ -83,24 +85,24 @@
|
||||
<html:fieldset>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:1:bool:mail.play_sound" reversed="true" type="checkbox"/>
|
||||
<html:label for="pref:1:bool:mail.play_sound">&playSound.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.play_sound" id="mail.play_sound" type="checkbox"/>
|
||||
<html:label for="mail.play_sound">&playSound.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:1:bool:mailnews.remember_selected_message" type="checkbox" reversed="true"/>
|
||||
<html:label for="pref:1:bool:mailnews.remember_selected_message">&rememberLastMsg.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mailnews.remember_selected_message" id="mailnews.remember_selected_message" type="checkbox"/>
|
||||
<html:label for="mailnews.remember_selected_message">&rememberLastMsg.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:1:bool:mailnews.confirm.moveFoldersToTrash" reversed="true" type="checkbox"/>
|
||||
<html:label for="pref:1:bool:mailnews.confirm.moveFoldersToTrash">&confirmMove.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mailnews.confirm.moveFoldersToTrash" id="mailnews.confirm.moveFoldersToTrash" type="checkbox"/>
|
||||
<html:label for="mailnews.confirm.moveFoldersToTrash">&confirmMove.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<!-- this should be in a platform specific overlay, as Linux and Mac don't have MAPI -->
|
||||
<html:div>
|
||||
<html:input id="pref:0:bool:mail.use_mapi_server" type="checkbox"/>
|
||||
<html:label for="pref:0:bool:mail.use_mapi_server">&useMessenger.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.use_mapi_server" id="mail.use_mapi_server" type="checkbox"/>
|
||||
<html:label for="mail.use_mapi_server">&useMessenger.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<!--html:table>
|
||||
@ -119,18 +121,18 @@
|
||||
<html:div>&startPageHeader.label;</html:div>
|
||||
</html:legend>
|
||||
<html:div>
|
||||
<html:input type="checkbox" id="pref:0:bool:mailnews.start_page.enabled" />
|
||||
<html:label for="pref:0:bool:mailnews.start_page.enabled">
|
||||
<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">
|
||||
&enableStartPage.label;
|
||||
</html:label>
|
||||
</html:div>
|
||||
<html:div>&startPageInfo.label;</html:div>
|
||||
&location;
|
||||
<html:input name="homepage" type="text" id="pref:string:mailnews.start_page.url" size="50" />
|
||||
<html:input name="homepage" type="text" pref="true" preftype="string" prefstring="mailnews.start_page.url" id="mailnews.start_page.url" size="50" />
|
||||
<html:div>
|
||||
<spring flex="100%"/>
|
||||
<titledbutton class="dialog push" name="starts" type="button" value="&useCurrent;" onclick="SetPrefToCurrentPage('pref:string:mailnews.start_page.url');" />
|
||||
<titledbutton class="dialog push" name="browse" type="button" value="&browseFile;" onclick="PrefNavSelectFile('pref:string:mailnews.start_page.url')"/>
|
||||
<titledbutton class="dialog push" name="starts" type="button" value="&useCurrent;" onclick="SetPrefToCurrentPage('mailnews.start_page.url');" />
|
||||
<titledbutton class="dialog push" name="browse" type="button" value="&browseFile;" onclick="PrefNavSelectFile('mailnews.start_page.url')"/>
|
||||
</html:div>
|
||||
</html:fieldset>
|
||||
|
||||
|
@ -7,11 +7,9 @@
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
class="dialog"
|
||||
onload="StartUp('Mailnews-Return Receipts')"
|
||||
onload="if (parent.handle) parent.handle.onpageload('pref-receipts'); else parent.queuedTag='pref-receipts';"
|
||||
align="vertical">
|
||||
|
||||
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
|
||||
|
||||
<html:script language="javascript">
|
||||
|
||||
function DoCustomize()
|
||||
@ -36,18 +34,18 @@ function DoCustomize()
|
||||
</html:legend>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:1:int:mail.request.return_receipt" name="msgreceipt" type="radio"/>
|
||||
<html:label for="pref:1:int:mail.request.return_receipt">&dsn.label;</html:label>
|
||||
<html:input pref="true" preftype="int" prefstring="mail.request.return_receipt" prefindex="1" id="mail.request.return_receipt1" name="msgreceipt" type="radio"/>
|
||||
<html:label for="mail.request.return_receipt1">&dsn.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:2:int:mail.request.return_receipt" name="msgreceipt" type="radio" checked="true"/>
|
||||
<html:label for="pref:2:int:mail.request.return_receipt">&mdn.label;</html:label>
|
||||
<html:input pref="true" preftype="int" prefstring="mail.request.return_receipt" prefindex="2" id="mail.request.return_receipt2" name="msgreceipt" type="radio" checked="true"/>
|
||||
<html:label for="mail.request.return_receipt2">&mdn.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:3:int:mail.request.return_receipt" name="msgreceipt" type="radio"/>
|
||||
<html:label for="pref:3:int:mail.request.return_receipt">&both.label;</html:label>
|
||||
<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>
|
||||
|
||||
@ -57,13 +55,13 @@ function DoCustomize()
|
||||
</html:legend>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:0:int:mail.incorporate.return_receipt" name="getreceipt" type="radio" checked="true"/>
|
||||
<html:label for="pref:0:int:mail.incorporate.return_receipt">&leaveIt.label;</html:label>
|
||||
<html:input pref="true" preftype="int" prefstring="mail.incorporate.return_receipt" prefindex="0" id="mail.incorporate.return_receipt0" name="getreceipt" type="radio" checked="true"/>
|
||||
<html:label for="mail.incorporate.return_receipt0">&leaveIt.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:1:int:mail.incorporate.return_receipt" name="getreceipt" type="radio"/>
|
||||
<html:label for="pref:1:int:mail.incorporate.return_receipt">&moveToSent.label;</html:label>
|
||||
<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>
|
||||
|
||||
@ -73,13 +71,13 @@ function DoCustomize()
|
||||
</html:legend>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:0:int:mail.mdn.report.enabled" name="returnreceipt" type="radio"/>
|
||||
<html:label for="pref:0:int:mail.mdn.report.enabled">&never.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.mdn.report.enabled" prefindex="false" id="mail.mdn.report.enabled0" name="returnreceipt" type="radio"/>
|
||||
<html:label for="mail.mdn.report.enabled0">&never.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:1:int:mail.mdn.report.enabled" name="returnreceipt" type="radio" checked="true"/>
|
||||
<html:label for="pref:1:int:mail.mdn.report.enabled">&returnSome.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.mdn.report.enabled" prefindex="true" id="mail.mdn.report.enabled1" name="returnreceipt" type="radio" checked="true"/>
|
||||
<html:label for="mail.mdn.report.enabled1">&returnSome.label;</html:label>
|
||||
<titledbutton class="push dialog" value="&custom.label;"/>
|
||||
</html:div>
|
||||
</html:fieldset>
|
||||
|
@ -6,11 +6,9 @@
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
class="dialog"
|
||||
onload="StartUp('Mailnews-Window Setting')"
|
||||
onload="if (parent.handle) parent.handle.onpageload('pref-winsetting'); else parent.queuedTag='pref-winsetting';"
|
||||
align="vertical">
|
||||
|
||||
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
|
||||
|
||||
<box class="header" align="horizontal">
|
||||
<html:div class="left-header-text">&pane.title;</html:div>
|
||||
<spring flex="100%"/>
|
||||
@ -24,9 +22,9 @@
|
||||
</html:legend>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:0:int:mail.pane_arrangement" name="winlayout" type="radio" checked="true"/>
|
||||
<html:input pref="true" preftype="int" prefstring="mail.pane_config" prefindex="0" id="mail.pane_arrangement0" name="winlayout" type="radio" checked="true"/>
|
||||
<html:img style="height:32px width:26px" src="chrome://messenger/skin/winclassic.gif"/>
|
||||
<html:input id="pref:1:int:mail.pane_arrangement" name="winlayout" type="radio"/>
|
||||
<html:input pref="true" preftype="int" prefstring="mail.pane_config" prefindex="1" id="mail.pane_arrangement1" name="winlayout" type="radio"/>
|
||||
<html:img style="height:32px width:26px" src="chrome://messenger/skin/winwide.gif"/>
|
||||
</html:div>
|
||||
|
||||
@ -35,13 +33,13 @@
|
||||
|
||||
<html:fieldset>
|
||||
<html:div>
|
||||
<html:input id="pref:1:int:mailnews.reuse_thread_window2" type="checkbox"/>
|
||||
<html:label for="pref:1:int:mailnews.reuse_thread_window2">&reuseThread.label;</html:label>
|
||||
<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>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:1:int:mailnews.reuse_message_window" type="checkbox"/>
|
||||
<html:label for="pref:1:int:mailnews.reuse_message_window">&reuseMessage.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mailnews.reuse_message_window" id="mailnews.reuse_message_window" type="checkbox"/>
|
||||
<html:label for="mailnews.reuse_message_window">&reuseMessage.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
&reuseExp.label;
|
||||
|
@ -5,13 +5,10 @@
|
||||
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="StartUp('Mailnews-Formatting')"
|
||||
onload="if (parent.handle) parent.handle.onpageload('pref-formatting'); else parent.queuedTag='pref-formatting';"
|
||||
align="vertical"
|
||||
class="dialog">
|
||||
|
||||
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
|
||||
|
||||
|
||||
<box class="header" align="horizontal">
|
||||
<html:div class="left-header-text">&pane.title;</html:div>
|
||||
<spring flex="100%"/>
|
||||
@ -23,28 +20,28 @@
|
||||
<html:div class="vertical-gap">&sendMail.label;</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:0:int:mail.default_html_action" class="indent" name="recipients" type="radio" checked="true"/>
|
||||
<html:label for="pref:0:int:mail.default_html_action">&askMe.label;</html:label>
|
||||
<html:input pref="true" preftype="int" prefstring="mail.default_html_action" prefindex="0" id="mail.default_html_action0" class="indent" name="recipients" type="radio" checked="true"/>
|
||||
<html:label for="mail.default_html_action0">&askMe.label;</html:label>
|
||||
</html:div>
|
||||
<html:label for="pref:0:int:mail.default_html_action" class="indent-second-label">&askMe2.label;</html:label>
|
||||
<html:label for="mail.default_html_action0" class="indent-second-label">&askMe2.label;</html:label>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:1:int:mail.default_html_action" class="indent" name="recipients" type="radio"/>
|
||||
<html:label for="pref:1:int:mail.default_html_action">&convertPlain.label;</html:label>
|
||||
<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:div>
|
||||
<html:label for="pref:1:int:mail.default_html_action" class="indent-second-label">&convertPlain2.label;</html:label>
|
||||
<html:label for="mail.default_html_action1" class="indent-second-label">&convertPlain2.label;</html:label>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:2:int:mail.default_html_action" class="indent" name="recipients" type="radio"/>
|
||||
<html:label for="pref:2:int:mail.default_html_action">&sendHTML.label;</html:label>
|
||||
<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:div>
|
||||
<html:label for="pref:2:int:mail.default_html_action" class="indent-second-label">&sendHTML2.label;</html:label>
|
||||
<html:label for="mail.default_html_action2" class="indent-second-label">&sendHTML2.label;</html:label>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:3:int:mail.default_html_action" class="indent" name="recipients" type="radio"/>
|
||||
<html:label for="pref:3:int:mail.default_html_action">&sendBoth.label;</html:label>
|
||||
<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:div>
|
||||
<html:label for="pref:3:int:mail.default_html_action" class="indent-second-label">&sendBoth2.label;</html:label>
|
||||
<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-->
|
||||
|
@ -5,12 +5,10 @@
|
||||
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="StartUp('Mailnews-Messages')"
|
||||
onload="if (parent.handle) parent.handle.onpageload('pref-messages'); else parent.queuedTag='pref-messages';"
|
||||
align="vertical"
|
||||
class="dialog">
|
||||
|
||||
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
|
||||
|
||||
<box class="header" align="horizontal">
|
||||
<html:div class="left-header-text">&pane.title;</html:div>
|
||||
<spring flex="100%"/>
|
||||
@ -23,21 +21,21 @@
|
||||
</html:legend>
|
||||
|
||||
<html:div>
|
||||
<html:label for="pref:int:mail.forward_message_mode">&forwardMsg.label;</html:label>
|
||||
<html:select id="pref:int:mail.forward_message_mode">
|
||||
<html:label for="mail.forward_message_mode">&forwardMsg.label;</html:label>
|
||||
<html:select pref="true" preftype="int" prefstring="mail.forward_message_mode" id="mail.forward_message_mode">
|
||||
<html:option value="0" label="&asAttachment.label;"/>
|
||||
<html:option value="2" label="&inline.label;"/>
|
||||
</html:select>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:0:bool:mail.auto_quote" type="checkbox" checked="true"/>
|
||||
<html:label for="pref:0:bool:mail.auto_quote">&autoQuote.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.auto_quote" id="mail.auto_quote" type="checkbox" checked="true"/>
|
||||
<html:label for="mail.auto_quote">&autoQuote.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:label for="pref:int:mailnews.reply_on_top">&then.label;</html:label>
|
||||
<html:select id="pref:int:mailnews.reply_on_top">
|
||||
<html:label for="mailnews.reply_on_top">&then.label;</html:label>
|
||||
<html:select pref="true" preftype="int" prefstring="mailnews.reply_on_top" id="mailnews.reply_on_top">
|
||||
<html:option value="1" label="&aboveQuote.label;"/>
|
||||
<html:option value="0" label="&belowQuote.label;"/>
|
||||
<html:option value="2" label="&selectAndAboveQuote.label;"/>
|
||||
@ -51,8 +49,8 @@
|
||||
<html:div>&spellCheckHeader.label;</html:div>
|
||||
</html:legend>
|
||||
|
||||
<html:input id="pref:0:bool:mail.SpellCheckBeforeSend" type="checkbox"/>
|
||||
<html:label for="pref:0:bool:mail.SpellCheckBeforeSend">&spellCheck.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.SpellCheckBeforeSend" id="mail.SpellCheckBeforeSend" type="checkbox"/>
|
||||
<html:label for="bool:mail.SpellCheckBeforeSend">&spellCheck.label;</html:label>
|
||||
</html:fieldset>
|
||||
|
||||
<html:fieldset>
|
||||
@ -61,13 +59,13 @@
|
||||
</html:legend>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:0:bool:mail.wrap_long_lines" type="checkbox"/>
|
||||
<html:label for="pref:0:bool:mail.wrap_long_lines">&wrapInMsg.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.wrap_long_lines" id="mail.wrap_long_lines" type="checkbox"/>
|
||||
<html:label for="mail.wrap_long_lines">&wrapInMsg.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
&wrapOutMsg.label;
|
||||
<html:input id="pref:string:mailnews.wraplength" name="wraplength" type="text" size="10"/>
|
||||
<html:input pref="true" preftype="int" prefstring="mailnews.wraplength" id="mailnews.wraplength" name="wraplength" type="text" size="10"/>
|
||||
&char.label;
|
||||
</html:div>
|
||||
</html:fieldset>
|
||||
@ -78,13 +76,13 @@
|
||||
</html:legend>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:0:int:mail.strictly_mime" name="strictly_mime" type="radio"/>
|
||||
<html:label for="pref:0:int:mail.strictly_mime">&asIs.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.strictly_mime" prefindex="false" id="int:mail.strictly_mime0" name="strictly_mime" type="radio"/>
|
||||
<html:label for="mail.strictly_mime1">&asIs.label;</html:label>
|
||||
</html:div>
|
||||
|
||||
<html:div>
|
||||
<html:input id="pref:1:int:mail.strictly_mime" name="strictly_mime" type="radio"/>
|
||||
<html:label for="pref:1:int:mail.strictly_mime">&useMIMEpart1.label;</html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.strictly_mime" prefindex="true" id="mail.strictly_mime1" name="strictly_mime" type="radio"/>
|
||||
<html:label for="mail.strictly_mime1">&useMIMEpart1.label;</html:label>
|
||||
</html:div>
|
||||
<html:div class="indent">&useMIMEpart2.label;</html:div>
|
||||
|
||||
@ -94,12 +92,12 @@
|
||||
<html:div>&emoticonsAndStructs.label;</html:div>
|
||||
</html:legend>
|
||||
<html:div>
|
||||
<html:input id="pref:0:bool:mail.convert_emoticons" type="checkbox"/>
|
||||
<html:label for="pref:0:bool:mail.convert_emoticons">&convertEmoticons.label;&example1.label;&example2.label;&to.label;<html:img src="chrome://messenger/skin/smile.gif"/></html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.convert_emoticons" id="bool:mail.convert_emoticons" type="checkbox"/>
|
||||
<html:label for="mail.convert_emoticons">&convertEmoticons.label;&example1.label;&example2.label;&to.label;<html:img src="chrome://messenger/skin/smile.gif"/></html:label>
|
||||
</html:div>
|
||||
<html:div>
|
||||
<html:input id="pref:0:bool:mail.convert_structs" type="checkbox"/>
|
||||
<html:label for="pref:0:bool:mail.convert_structs">&convertStructs.label;&example1.label;&example3.label;&example4.label;&example3.label;&to.label;<html:b>&example4.label;</html:b></html:label>
|
||||
<html:input pref="true" preftype="bool" prefstring="mail.convert_structs" id="mail.convert_structs" type="checkbox"/>
|
||||
<html:label for="mail.convert_structs">&convertStructs.label;&example1.label;&example3.label;&example4.label;&example3.label;&to.label;<html:b>&example4.label;</html:b></html:label>
|
||||
</html:div>
|
||||
</html:fieldset>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user