зеркало из https://github.com/mozilla/gecko-dev.git
fix for #20990. missing some filter choices, and fix a js error.
This commit is contained in:
Родитель
9ffa08f796
Коммит
8b80c1262e
|
@ -11,8 +11,8 @@
|
||||||
onload="filterEditorOnLoad('msgFccFolderPicker');">
|
onload="filterEditorOnLoad('msgFccFolderPicker');">
|
||||||
|
|
||||||
<html:script language="JavaScript" src="chrome://messenger/content/FilterEditor.js"/>
|
<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://global/content/strres.js"/>
|
||||||
|
<html:script language="JavaScript" src="chrome://messenger/content/widgetglue.js"/>
|
||||||
|
|
||||||
<box align="vertical" style="width: 100%;">
|
<box align="vertical" style="width: 100%;">
|
||||||
<box align="horizontal" class="padded">
|
<box align="horizontal" class="padded">
|
||||||
|
@ -39,6 +39,12 @@
|
||||||
<html:option value="any">&anyText.label;</html:option>
|
<html:option value="any">&anyText.label;</html:option>
|
||||||
<html:option value="keyword">&keyword.label;</html:option>
|
<html:option value="keyword">&keyword.label;</html:option>
|
||||||
<html:option value="age">&age.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>
|
</html:select>
|
||||||
<box align="horizontal" id="rule1-verb">
|
<box align="horizontal" id="rule1-verb">
|
||||||
<spring name="preverb" class="spacer"/>
|
<spring name="preverb" class="spacer"/>
|
||||||
|
|
|
@ -5,6 +5,12 @@
|
||||||
<!ENTITY anyText.label "any text">
|
<!ENTITY anyText.label "any text">
|
||||||
<!ENTITY keyword.label "keyword">
|
<!ENTITY keyword.label "keyword">
|
||||||
<!ENTITY age.label "age in days">
|
<!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 contains.label "contains">
|
||||||
<!ENTITY nocontains.label "doesn't contain">
|
<!ENTITY nocontains.label "doesn't contain">
|
||||||
<!ENTITY description.label "Description:">
|
<!ENTITY description.label "Description:">
|
||||||
|
|
|
@ -5,6 +5,12 @@
|
||||||
<!ENTITY anyText.label "any text">
|
<!ENTITY anyText.label "any text">
|
||||||
<!ENTITY keyword.label "keyword">
|
<!ENTITY keyword.label "keyword">
|
||||||
<!ENTITY age.label "age in days">
|
<!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 contains.label "contains">
|
||||||
<!ENTITY nocontains.label "doesn't contain">
|
<!ENTITY nocontains.label "doesn't contain">
|
||||||
<!ENTITY description.label "Description:">
|
<!ENTITY description.label "Description:">
|
||||||
|
|
Загрузка…
Ссылка в новой задаче