зеркало из https://github.com/mozilla/gecko-dev.git
more work on spam UI. not part of the build.
This commit is contained in:
Родитель
9dadcb8c2d
Коммит
807285925e
|
@ -1,17 +1,18 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<?xml-stylesheet href="chrome://messenger/skin/filterDialog.css" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
|
||||
|
||||
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
||||
|
||||
<?xul-overlay href="chrome://messenger/content/msgFolderPickerOverlay.xul"?>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://messenger/locale/junkMail.dtd">
|
||||
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:nc="http://home.netscape.com/NC-rdf#"
|
||||
<dialog id="junkMail"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
xmlns:nc="http://home.netscape.com/NC-rdf#"
|
||||
windowtype="mailnews:junk"
|
||||
title="&window.title;"
|
||||
width="640" height="470"
|
||||
onload="onJunkMailLoad()"
|
||||
buttons="accept,cancel,help"
|
||||
ondialogaccept="return onAccept();"
|
||||
|
@ -28,20 +29,23 @@
|
|||
<button label="&viewLog.label;" accesskey="&viewLog.accesskey;" oncommmand="viewLog()"/>
|
||||
</hbox>
|
||||
|
||||
<description value="info1.label;"/>
|
||||
<separator class="thin"/>
|
||||
<description value="info2.label;"/>
|
||||
<separator class="thin"/>
|
||||
<separator/>
|
||||
<description value="&info1.label;"/>
|
||||
<separator/>
|
||||
<description value="&info2.label;"/>
|
||||
<separator/>
|
||||
|
||||
<radiogroup orient="horizontal" id="folderGroup">
|
||||
<radio label="&off.label;"/>
|
||||
<radio label="&lowest.label;/>
|
||||
<radio label="&low.label;"/>
|
||||
<radio label="&medium.label;/>
|
||||
<radio label="&high.label;"/>
|
||||
<radio label="&highest.label;/>
|
||||
<radiogroup id="level" orient="horizontal>
|
||||
<radio id="off" value="0" label="&off.label;"/>
|
||||
<radio id="lowest" value="20" label="&lowest.label;"/>
|
||||
<radio id="low" value="40" label="&low.label;"/>
|
||||
<radio id="medium" value="60" label="&medium.label;"/>
|
||||
<radio id="high" value="80" label="&high.label;"/>
|
||||
<radio id="highest" value="100" label="&highest.label;"/>
|
||||
</radiogroup>
|
||||
|
||||
<separator/>
|
||||
|
||||
<hbox align="center">
|
||||
<checkbox label="&move.label;"/>
|
||||
<menulist/>
|
||||
|
@ -60,4 +64,4 @@
|
|||
|
||||
</vbox>
|
||||
|
||||
</window>
|
||||
</dialog>
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<!ENTITY account.accesskey "A">
|
||||
<!ENTITY viewLog.label "Junk Mail Log">
|
||||
<!ENTITY viewLog.accesskey "j">
|
||||
<!ENTITY info1.label "Junk Mail Controls evaluate your incoming messages and identify those which are most likely to be "junk".">
|
||||
<!ENTITY info2.label "Choose a level of control below. A high level will identify more junk mai lbyt may identify some valid messages as junk, while a low level will identify less junk mail but is less likely to identify some valid messages as junk.">
|
||||
<!ENTITY info1.label "Junk Mail Controls evaluate your incoming messages and identify those which are most likely to be junk.">
|
||||
<!ENTITY info2.label "Choose a level of control below. A high level will identify more junk mail but may identify some valid messages as junk, while a low level will identify less junk mail but is less likely to identify some valid messages as junk.">
|
||||
<!ENTITY off.label "Off">
|
||||
<!ENTITY off.accesskey "O">
|
||||
<!ENTITY lowest.label "Lowest">
|
||||
|
|
Загрузка…
Ссылка в новой задаче