mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
fix for #20990. missing some filter choices, and fix a js error.
This commit is contained in:
parent
9ffa08f796
commit
8b80c1262e
@ -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:">
|
||||
|
Loading…
Reference in New Issue
Block a user