fix for #20990. missing some filter choices, and fix a js error.

This commit is contained in:
sspitzer%netscape.com 1999-12-24 06:28:44 +00:00
Родитель 9ffa08f796
Коммит 8b80c1262e
3 изменённых файлов: 19 добавлений и 1 удалений

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

@ -11,8 +11,8 @@
onload="filterEditorOnLoad('msgFccFolderPicker');">
<html:script language="JavaScript" src="chrome://messenger/content/FilterEditor.js"/>
<html:script language="JavaScript" src="chrome://messenger/content/widgetglue.js"/>
<html:script language="JavaScript" src="chrome://global/content/strres.js"/>
<html:script language="JavaScript" src="chrome://messenger/content/widgetglue.js"/>
<box align="vertical" style="width: 100%;">
<box align="horizontal" class="padded">
@ -39,6 +39,12 @@
<html:option value="any">&anyText.label;</html:option>
<html:option value="keyword">&keyword.label;</html:option>
<html:option value="age">&age.label;</html:option>
<html:option value="priority">&priority.label;</html:option>
<html:option value="status">&status.label;</html:option>
<html:option value="to">&to.label;</html:option>
<html:option value="cc">&cc.label;</html:option>
<html:option value="toOrCc">&toOrCc.label;</html:option>
<html:option value="body">&body.label;</html:option>
</html:select>
<box align="horizontal" id="rule1-verb">
<spring name="preverb" class="spacer"/>

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

@ -5,6 +5,12 @@
<!ENTITY anyText.label "any text">
<!ENTITY keyword.label "keyword">
<!ENTITY age.label "age in days">
<!ENTITY to.label "to">
<!ENTITY cc.label "CC">
<!ENTITY toOrCc.label "to or CC">
<!ENTITY status.label "status">
<!ENTITY priority.label "priority">
<!ENTITY body.label "body">
<!ENTITY contains.label "contains">
<!ENTITY nocontains.label "doesn't contain">
<!ENTITY description.label "Description:">

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

@ -5,6 +5,12 @@
<!ENTITY anyText.label "any text">
<!ENTITY keyword.label "keyword">
<!ENTITY age.label "age in days">
<!ENTITY to.label "to">
<!ENTITY cc.label "CC">
<!ENTITY toOrCc.label "to or CC">
<!ENTITY status.label "status">
<!ENTITY priority.label "priority">
<!ENTITY body.label "body">
<!ENTITY contains.label "contains">
<!ENTITY nocontains.label "doesn't contain">
<!ENTITY description.label "Description:">