add cool icons when a filter is enabled, and add a warning about filing bugs

This commit is contained in:
alecf%netscape.com 2000-04-19 08:13:08 +00:00
Родитель b030870e30
Коммит e696326198
2 изменённых файлов: 10 добавлений и 10 удалений

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

@ -69,11 +69,11 @@ function EditFilter() {
var args = {selectedFilter: selectedFilter};
window.openDialog("chrome://messenger/content/FilterEditor.xul", "FilterEditor", "chrome", args);
window.openDialog("chrome://messenger/content/FilterEditor.xul", "FilterEditor", "chrome,modal", args);
}
function NewFilter() {
// pass the URI too, so that we know what filter to put this before
window.openDialog("chrome://messenger/content/FilterEditor.xul", "FilterEditor", "chrome");
window.openDialog("chrome://messenger/content/FilterEditor.xul", "FilterEditor", "chrome,modal");
}

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

@ -55,10 +55,10 @@ Rights Reserved.
<rule>
<treechildren>
<treeitem uri="..." open="true"
IsEnabled="rdf:http://home.netscape.com/NC-rdf#Enabled">
Enabled="rdf:http://home.netscape.com/NC-rdf#Enabled">
<treerow >
<treecell indent="true" value="rdf:http://home.netscape.com/NC-rdf#Name"/>
<treecell value="rdf:http://home.netscape.com/NC-rdf#Enabled"/>
<treecell allowevents="true" class="enabledcol image"/>
</treerow>
</treeitem>
</treechildren>
@ -95,7 +95,7 @@ Rights Reserved.
</box>
<box orient="horizontal">
<button value="&runFiltersNow.label;" width="0em"/>
<spring flex="100%"/>
<html style="font: bold">Do NOT file bugs against this dialog. It is not complete.</html>
</box>
<separator class="groove"/>
<box id="okCancelButtons"/>